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.
|
Modifier and Type | Class and Description |
---|---|
static class |
LLJava.Get
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.Put
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.FieldAccess |
LLJava.FieldAccess.doclone()
Clones this object.
|
LLJava.FieldAccess |
LLJava.FieldAccess.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.FieldAccess> |
LLJava.FieldAccess.get_statically(Pattern<? super Boolean> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.FieldAccess> |
LLJava.__Patterns.term_FieldAccess(Pattern<? super LLJava.MethodHandleTarget> superpattern,
Pattern<? super Boolean> p_statically) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.FieldAccess e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.FieldAccess e0) |
protected void |
LLJava.Visitor.action(LLJava.FieldAccess e0) |
protected void |
LLJava.__Formatter.action(LLJava.FieldAccess el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.FieldAccess e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.FieldAccess e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.FieldAccess e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.FieldAccess e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.FieldAccess el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_FieldAccess(Pattern<? super LLJava.FieldAccess> p) |
static Pattern<? super LLJava.Get> |
LLJava.__Patterns.term_Get(Pattern<? super LLJava.FieldAccess> superpattern) |
static Pattern<? super LLJava.Put> |
LLJava.__Patterns.term_Put(Pattern<? super LLJava.FieldAccess> superpattern) |
see also the complete user documentation .