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.InlineRef,LLJava.Block> |
LLJava.InlineRef.get_body
Deprecated.
Use new '::' method reference instead.
|
Modifier and Type | Method and Description |
---|---|
LLJava.InlineRef |
LLJava.InlineRef.doclone()
Clones this object.
|
LLJava.InlineRef |
LLJava.__SAX_Parser.fill_InlineRef(java.lang.Object res) |
LLJava.InlineRef |
LLJava.InlineRef.initFrom(java.lang.Object o0)
Copies values of all common fields from the argument.
|
LLJava.InlineRef |
LLJava.__SAX_Parser.matchSAX_InlineRef() |
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.InlineRef> |
LLJava.InlineRef.get_body(Pattern<? super LLJava.Block> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.InlineRef> |
LLJava.__Patterns.term_InlineRef(Pattern<? super LLJava.CodeRef> superpattern,
Pattern<? super LLJava.Block> p_body) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.InlineRef e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.InlineRef e0) |
protected void |
LLJava.Visitor.action(LLJava.InlineRef e0) |
protected void |
LLJava.__Formatter.action(LLJava.InlineRef el) |
void |
LLJava.__SAX_Writer.action(LLJava.InlineRef e0) |
protected void |
LLJava.MultiVisitor.descend(LLJava.InlineRef e0) |
void |
LLJava.__SAX_Writer.dumpfields(LLJava.InlineRef e0) |
void |
LLJava.__SAX_Parser.XMLPARSER_InlineRef.fillFields(LLJava.InlineRef newobj) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.InlineRef e0) |
void |
LLJava.__SAX_Parser.XMLPARSER_InlineRef.parsefields(LLJava.InlineRef newobj) |
protected void |
LLJava.MultiVisitor.post(LLJava.InlineRef e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.InlineRef e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.InlineRef el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<java.lang.Object> |
LLJava.__Patterns.cast_InlineRef(Pattern<? super LLJava.InlineRef> p) |
Modifier and Type | Method and Description |
---|---|
Expression<SourceId,LLJavaLexer3.TokenType,LLJava.InlineRef> |
LLJavaGrammar3.inlineReference(Expression<SourceId,LLJavaLexer3.TokenType,LLJava.Block> block) |
see also the complete user documentation .