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 LLJava.FieldReference |
LLJava.FieldAccess.target
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.FieldReference |
LLJava.FieldReference.doclone()
Clones this object.
|
LLJava.FieldReference |
LLJava.FieldAccess.get_target()
Generated by umod; model author's documentation MISSING.
|
LLJava.FieldReference |
LLJava.FieldReference.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.FieldReference> |
LLJava.FieldReference.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.FieldReference> |
LLJava.__Patterns.term_FieldReference(Pattern<? super LLJava.MemberReference> superpattern,
Pattern<? super LLJava.TypeExpr> p_type) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.FieldReference e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.FieldReference e0) |
protected void |
LLJava.Visitor.action(LLJava.FieldReference e0) |
protected void |
LLJava.__Formatter.action(LLJava.FieldReference el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.FieldReference e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.FieldReference e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.FieldReference e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.FieldReference e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.FieldReference el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_FieldReference(Pattern<? super LLJava.FieldReference> p) |
Constructor and Description |
---|
FieldAccess(boolean statically,
LLJava.FieldReference target)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Get(boolean statically,
LLJava.FieldReference target)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Put(boolean statically,
LLJava.FieldReference target)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
protected LLJava.FieldReference |
Decoder.fieldRef(int index) |
protected LLJava.FieldReference |
Decoder.unparse(LLJava.FieldRef ref) |
Modifier and Type | Field and Description |
---|---|
LLJava.FieldReference |
BaseCompilationContext.FieldInfo.reference |
LLJava.FieldReference |
BaseCompilationContext.FieldInfo.reference |
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 | Method and Description |
---|---|
protected eu.bandm.tools.lljava.live.VariableContext.Variable |
BaseCompilationContext.variable(LLJava.Type type,
LLJava.FieldReference ref) |
protected eu.bandm.tools.lljava.live.VariableContext.Variable |
BaseCompilationContext.variable(LLJava.Type type,
LLJava.FieldReference ref) |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.FieldReference> |
LLJavaGrammar.fieldReference |
Modifier and Type | Method and Description |
---|---|
protected abstract LLJava.Get |
LLJavaGrammar.getInstruction(Reducer.Context<SourceId> context,
Void dummy,
boolean statically,
LLJava.FieldReference field) |
protected LLJava.Get |
LLJavaParser.getInstruction(Reducer.Context<SourceId> context,
Void dummy,
boolean statically,
LLJava.FieldReference field) |
protected abstract LLJava.Put |
LLJavaGrammar.putInstruction(Reducer.Context<SourceId> context,
Void dummy,
boolean statically,
LLJava.FieldReference field) |
protected LLJava.Put |
LLJavaParser.putInstruction(Reducer.Context<SourceId> context,
Void dummy,
boolean statically,
LLJava.FieldReference field) |
see also the complete user documentation .