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.GotoInterval
Syntactic expression denoting a labeled code
interval by name.
|
static class |
LLJava.InlineInterval
Syntactic expression denoting the full extent of an
inteval
defined inline.
|
Modifier and Type | Field and Description |
---|---|
protected LLJava.CodeInterval |
LLJava.Try.body
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.CodeInterval |
LLJava.CodeInterval.doclone()
Clones this object.
|
LLJava.CodeInterval |
LLJava.Try.get_body()
Generated by umod; model author's documentation MISSING.
|
LLJava.CodeInterval |
LLJava.CodeInterval.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<? super LLJava.CodeInterval> |
LLJava.__Patterns.term_CodeInterval(Pattern<? super LLJava.Node> superpattern) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.CodeInterval e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.CodeInterval e0) |
protected void |
LLJava.Visitor.action(LLJava.CodeInterval e0) |
protected void |
LLJava.__Formatter.action(LLJava.CodeInterval el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.CodeInterval e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.CodeInterval e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.CodeInterval e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.CodeInterval e0) |
boolean |
LLJava.Try.set_body(LLJava.CodeInterval val)
Generated by umod; model author's documentation MISSING.
|
protected Format |
LLJava.__Formatter.toFormat(LLJava.CodeInterval el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_CodeInterval(Pattern<? super LLJava.CodeInterval> p) |
static Pattern<LLJava.Try> |
LLJava.Try.get_body(Pattern<? super LLJava.CodeInterval> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.GotoInterval> |
LLJava.__Patterns.term_GotoInterval(Pattern<? super LLJava.CodeInterval> superpattern,
Pattern<? super LLJava.Name> p_start,
Pattern<? super LLJava.Name> p_end,
Pattern<? super LLJava.Block> p_startTarget,
Pattern<? super LLJava.Block> p_endTarget) |
static Pattern<? super LLJava.InlineInterval> |
LLJava.__Patterns.term_InlineInterval(Pattern<? super LLJava.CodeInterval> superpattern,
Pattern<? super LLJava.Block> p_body) |
static Pattern<? super LLJava.Try> |
LLJava.__Patterns.term_Try(Pattern<? super LLJava.Instruction> superpattern,
Pattern<? super LLJava.CodeInterval> p_body,
Pattern<? super CheckedList<LLJava.Handler>> p_handlers) |
Constructor and Description |
---|
Try(LLJava.CodeInterval body)
Constructor generated according to specification #1
Constructor defined according to directive "C 1/..". |
Try(LLJava.CodeInterval body,
CheckedList<LLJava.Handler> handlers)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.CodeInterval> |
LLJavaGrammar.codeInterval(Expression<SourceId,LLJavaLexer.TokenType,LLJava.Block> block) |
Modifier and Type | Method and Description |
---|---|
protected abstract LLJava.Try |
LLJavaGrammar.tryInstruction(Reducer.Context<SourceId> context,
LLJava.CodeInterval body,
List<LLJava.Handler> handlers) |
protected LLJava.Try |
LLJavaParser.tryInstruction(Reducer.Context<SourceId> context,
LLJava.CodeInterval body,
List<LLJava.Handler> handlers) |
see also the complete user documentation .