Package | Description |
---|---|
eu.bandm.tools.lljava.absy |
Abstract Syntax of LLJava, representing the byte code instructions, the objects which
contain byte code, and the attributes specific to byte code classes.
|
eu.bandm.tools.lljava.codec | |
eu.bandm.tools.lljava.live | |
eu.bandm.tools.lljava.parser |
Modifier and Type | Field and Description |
---|---|
protected CheckedList<LLJava.Field> |
LLJava.Class.fields
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.Field |
LLJava.Field.doclone()
Clones this object.
|
LLJava.Field |
LLJava.Field.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
CheckedList<LLJava.Field> |
LLJava.Class.get_fields()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.Field> |
LLJava.Field.get_initializer(Pattern<? super LLJava.Literal> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Field> |
LLJava.Field.get_type(Pattern<? super LLJava.TypeExpr> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.Field> |
LLJava.__Patterns.term_Field(Pattern<? super LLJava.Member> superpattern,
Pattern<? super LLJava.TypeExpr> p_type,
Pattern<? super LLJava.Literal> p_initializer) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.Field e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.Field e0) |
protected void |
LLJava.Visitor.action(LLJava.Field e0) |
protected void |
LLJava.__Formatter.action(LLJava.Field el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.Field e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.Field e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.Field e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.Field e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.Field el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_Field(Pattern<? super LLJava.Field> p) |
static Pattern<LLJava.Class> |
LLJava.Class.get_fields(Pattern<? super CheckedList<LLJava.Field>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
boolean |
LLJava.Class.set_fields(CheckedList<LLJava.Field> val)
Generated by umod; model author's documentation MISSING.
|
static Pattern<? super LLJava.Class> |
LLJava.__Patterns.term_Class(Pattern<? super LLJava.Attributable> superpattern,
Pattern<? super LLJava.QualId> p_name,
Pattern<? super LLJava.Id> p_innerName,
Pattern<? super CheckedList<LLJava.TypeParameter>> p_typeParameters,
Pattern<? super LLJava.ClassReference> p_superClass,
Pattern<? super CheckedList<LLJava.ClassReference>> p_interfaces,
Pattern<? super CheckedList<LLJava.Field>> p_fields,
Pattern<? super CheckedList<LLJava.Method>> p_methods,
Pattern<? super CheckedList<LLJava.InnerClass>> p_innerClasses,
Pattern<? super CheckedList<LLJava.ConstantPoolEntry>> p_pool,
Pattern<? super LLJava.ClassRef> p_thisEntry,
Pattern<? super LLJava.ConstantUTF8> p_signatureEntry) |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,SignatureParser.TokenType,Consumer<LLJava.Field>> |
SignatureParser.fieldSignature |
Modifier and Type | Method and Description |
---|---|
protected LLJava.Field |
Decoder.decodeField() |
Modifier and Type | Method and Description |
---|---|
protected void |
Encoder.descend(LLJava.Field f) |
void |
SignatureParser.parseFieldSignature(String signature,
LLJava.Field field) |
protected void |
SignatureParser.processField(Reducer.Context<SourceId> context,
LLJava.Field target,
LLJava.TypeExpr type) |
Modifier and Type | Field and Description |
---|---|
LLJava.Field |
BaseCompilationContext.FieldInfo.field |
LLJava.Field |
BaseCompilationContext.FieldInfo.field |
Modifier and Type | Method and Description |
---|---|
protected LLJava.FieldReference |
BaseCompilationContext.ref(LLJava.Field field) |
protected LLJava.FieldReference |
BaseCompilationContext.ref(LLJava.Field field) |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.Field> |
LLJavaGrammar.fieldDefinition |
Modifier and Type | Method and Description |
---|---|
protected abstract LLJava.Field |
LLJavaGrammar.fieldDefinition(Reducer.Context<SourceId> context,
List<LLJava.ModifierExpr> modifiers,
LLJava.TypeExpr type,
LLJava.Id name,
Optional<LLJava.Literal> initializer) |
protected LLJava.Field |
LLJavaParser.fieldDefinition(Reducer.Context<SourceId> context,
List<LLJava.ModifierExpr> modifiers,
LLJava.TypeExpr type,
LLJava.Id name,
Optional<LLJava.Literal> initializer) |
see also the complete user documentation .