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.parser |
Modifier and Type | Field and Description |
---|---|
static java.util.function.Function<LLJava.Array,LLJava.Type> |
LLJava.Array.get_type
Deprecated.
Use new '::' method reference instead.
|
Modifier and Type | Method and Description |
---|---|
LLJava.Array |
LLJava.Array.doclone()
Clones this object.
|
LLJava.Array |
LLJava.__SAX_Parser.fill_Array(java.lang.Object res) |
LLJava.Array |
LLJava.Array.initFrom(java.lang.Object o0)
Copies values of all common fields from the argument.
|
LLJava.Array |
LLJava.__SAX_Parser.matchSAX_Array() |
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.Array> |
LLJava.Array.get_type(Pattern<? super LLJava.Type> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.Array> |
LLJava.__Patterns.term_Array(Pattern<? super LLJava.StoreArgument> superpattern,
Pattern<? super LLJava.Type> p_type) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.Array e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.Array e0) |
protected void |
LLJava.Visitor.action(LLJava.Array e0) |
protected void |
LLJava.__Formatter.action(LLJava.Array el) |
void |
LLJava.__SAX_Writer.action(LLJava.Array e0) |
protected void |
LLJava.MultiVisitor.descend(LLJava.Array e0) |
void |
LLJava.__SAX_Writer.dumpfields(LLJava.Array e0) |
void |
LLJava.__SAX_Parser.XMLPARSER_Array.fillFields(LLJava.Array newobj) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.Array e0) |
void |
LLJava.__SAX_Parser.XMLPARSER_Array.parsefields(LLJava.Array newobj) |
protected void |
LLJava.MultiVisitor.post(LLJava.Array e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.Array e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.Array el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<java.lang.Object> |
LLJava.__Patterns.cast_Array(Pattern<? super LLJava.Array> p) |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,LLJavaLexer3.TokenType,LLJava.Array> |
LLJavaGrammar3.arrayExpr |
see also the complete user documentation .