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 | Method and Description |
---|---|
LLJava.Try |
LLJava.Try.doclone()
Clones this object.
|
LLJava.Try |
LLJava.Try.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
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<LLJava.Try> |
LLJava.Try.get_handlers(Pattern<? super CheckedList<LLJava.Handler>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
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) |
Modifier and Type | Method and Description |
---|---|
protected void |
CodeSerializer.action(LLJava.Try t) |
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.Try e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.Try e0) |
protected void |
LLJava.Visitor.action(LLJava.Try e0) |
protected void |
LLJava.__Formatter.action(LLJava.Try el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.Try e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.Try e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.Try e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.Try e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.Try el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_Try(Pattern<? super LLJava.Try> p) |
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) |
Modifier and Type | Method and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.Try> |
LLJavaGrammar.tryInstruction(Expression<SourceId,LLJavaLexer.TokenType,LLJava.Block> block) |
see also the complete user documentation .