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 | Class and Description |
---|---|
static class |
LLJava.GotoRef
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.InlineRef
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Field and Description |
---|---|
protected LLJava.CodeRef |
LLJava.Case.body
Generated by umod; model author's documentation MISSING.
|
protected LLJava.CodeRef |
LLJava.Handler.body
Generated by umod; model author's documentation MISSING.
|
protected LLJava.CodeRef |
LLJava.If.body
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Field and Description |
---|---|
static java.util.function.Function<LLJava.Case,LLJava.CodeRef> |
LLJava.Case.get_body
Deprecated.
Use new '::' method reference instead.
|
static java.util.function.Function<LLJava.Handler,LLJava.CodeRef> |
LLJava.Handler.get_body
Deprecated.
Use new '::' method reference instead.
|
static java.util.function.Function<LLJava.If,LLJava.CodeRef> |
LLJava.If.get_body
Deprecated.
Use new '::' method reference instead.
|
Modifier and Type | Method and Description |
---|---|
LLJava.CodeRef |
LLJava.CodeRef.doclone()
Clones this object.
|
LLJava.CodeRef |
LLJava.__SAX_Parser.fill_CodeRef(java.lang.Object res) |
LLJava.CodeRef |
LLJava.Case.get_body()
Generated by umod; model author's documentation MISSING.
|
LLJava.CodeRef |
LLJava.Handler.get_body()
Generated by umod; model author's documentation MISSING.
|
LLJava.CodeRef |
LLJava.If.get_body()
Generated by umod; model author's documentation MISSING.
|
LLJava.CodeRef |
LLJava.CodeRef.initFrom(java.lang.Object o0)
Copies values of all common fields from the argument.
|
LLJava.CodeRef |
LLJava.__SAX_Parser.matchSAX_CodeRef() |
Modifier and Type | Method and Description |
---|---|
static Pattern<? super LLJava.CodeRef> |
LLJava.__Patterns.term_CodeRef(Pattern<? super LLJava.Node> superpattern) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.CodeRef e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.CodeRef e0) |
protected void |
LLJava.Visitor.action(LLJava.CodeRef e0) |
protected void |
LLJava.__Formatter.action(LLJava.CodeRef el) |
void |
LLJava.__SAX_Writer.action(LLJava.CodeRef e0) |
protected void |
LLJava.MultiVisitor.descend(LLJava.CodeRef e0) |
void |
LLJava.__SAX_Parser.XMLPARSER_CodeRef.fillFields(LLJava.CodeRef newobj) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.CodeRef e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.CodeRef e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.CodeRef e0) |
boolean |
LLJava.Case.set_body(LLJava.CodeRef val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.Handler.set_body(LLJava.CodeRef val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.If.set_body(LLJava.CodeRef val)
Generated by umod; model author's documentation MISSING.
|
protected Format |
LLJava.__Formatter.toFormat(LLJava.CodeRef el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<java.lang.Object> |
LLJava.__Patterns.cast_CodeRef(Pattern<? super LLJava.CodeRef> p) |
static Pattern<LLJava.Case> |
LLJava.Case.get_body(Pattern<? super LLJava.CodeRef> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Handler> |
LLJava.Handler.get_body(Pattern<? super LLJava.CodeRef> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.If> |
LLJava.If.get_body(Pattern<? super LLJava.CodeRef> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.Case> |
LLJava.__Patterns.term_Case(Pattern<? super LLJava.Node> superpattern,
Pattern<? super CheckedSet<java.lang.Integer>> p_labels,
Pattern<? super java.lang.Boolean> p_hasDefault,
Pattern<? super LLJava.CodeRef> p_body) |
static Pattern<? super LLJava.GotoRef> |
LLJava.__Patterns.term_GotoRef(Pattern<? super LLJava.CodeRef> superpattern,
Pattern<? super LLJava.Name> p_id,
Pattern<? super LLJava.Block> p_target) |
static Pattern<? super LLJava.Handler> |
LLJava.__Patterns.term_Handler(Pattern<? super LLJava.Node> superpattern,
Pattern<? super LLJava.ClassReference> p_type,
Pattern<? super LLJava.CodeRef> p_body) |
static Pattern<? super LLJava.If> |
LLJava.__Patterns.term_If(Pattern<? super LLJava.Instruction> superpattern,
Pattern<? super java.lang.Boolean> p_neg,
Pattern<? super LLJava.Condition> p_condition,
Pattern<? super LLJava.CodeRef> p_body) |
static Pattern<? super LLJava.InlineRef> |
LLJava.__Patterns.term_InlineRef(Pattern<? super LLJava.CodeRef> superpattern,
Pattern<? super LLJava.Block> p_body) |
Constructor and Description |
---|
Case(CheckedSet<java.lang.Integer> labels,
boolean hasDefault,
LLJava.CodeRef body)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Case(LLJava.CodeRef body)
Constructor generated according to specification #1
Constructor defined according to directive "C 1/..". |
Handler(LLJava.ClassReference type,
LLJava.CodeRef body)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Handler(LLJava.CodeRef body)
Synthetic minimal constructor provided by the umod compiler.
|
If(boolean neg,
LLJava.Condition condition,
LLJava.CodeRef body)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
If(LLJava.Condition condition,
LLJava.CodeRef body)
Constructor generated according to specification #1
Constructor defined according to directive "C 1/..". |
Modifier and Type | Method and Description |
---|---|
Expression<SourceId,LLJavaLexer3.TokenType,LLJava.CodeRef> |
LLJavaGrammar3.codeReference(Expression<SourceId,LLJavaLexer3.TokenType,LLJava.Block> block) |
Modifier and Type | Method and Description |
---|---|
protected LLJava.Handler |
LLJavaParser3.catchHandler(MessageReceiver<? super SimpleMessage<SourceId>> msgs,
Location<SourceId> location,
java.util.List<LLJava.Label> prefixLabels,
java.util.Optional<LLJava.ClassReference> type,
java.util.List<LLJava.Label> infixLabels,
LLJava.CodeRef body) |
protected abstract LLJava.Handler |
LLJavaGrammar3.catchHandler(MessageReceiver<? super SimpleMessage<SourceId>> msgs,
Location<SourceId> location,
java.util.List<LLJava.Label> prefixLabels,
java.util.Optional<LLJava.ClassReference> type,
java.util.List<LLJava.Label> infixLabels,
LLJava.CodeRef body) |
protected LLJava.If |
LLJavaParser3.ifInstruction(MessageReceiver<? super SimpleMessage<SourceId>> msgs,
Location<SourceId> location,
boolean negative,
LLJava.Condition condition,
LLJava.CodeRef target) |
protected abstract LLJava.If |
LLJavaGrammar3.ifInstruction(MessageReceiver<? super SimpleMessage<SourceId>> msgs,
Location<SourceId> location,
boolean negative,
LLJava.Condition condition,
LLJava.CodeRef target) |
protected LLJava.Case |
LLJavaParser3.switchCase(MessageReceiver<? super SimpleMessage<SourceId>> msgs,
Location<SourceId> location,
java.util.List<java.util.Optional<LLJava.IntLiteral>> labels,
LLJava.CodeRef target) |
protected abstract LLJava.Case |
LLJavaGrammar3.switchCase(MessageReceiver<? super SimpleMessage<SourceId>> msgs,
Location<SourceId> location,
java.util.List<java.util.Optional<LLJava.IntLiteral>> labels,
LLJava.CodeRef target) |
see also the complete user documentation .