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.codec | |
eu.bandm.tools.lljava.parser |
Modifier and Type | Method and Description |
---|---|
LLJava.Cast |
LLJava.Cast.doclone()
Clones this object.
|
LLJava.Cast |
LLJava.Cast.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<? super LLJava.Cast> |
LLJava.__Patterns.term_Cast(Pattern<? super LLJava.TypeInstruction> superpattern) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.Cast e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.Cast e0) |
protected void |
LLJava.Visitor.action(LLJava.Cast e0) |
protected void |
LLJava.__Formatter.action(LLJava.Cast el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.Cast e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.Cast e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.Cast e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.Cast e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.Cast el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_Cast(Pattern<? super LLJava.Cast> p) |
Modifier and Type | Method and Description |
---|---|
protected void |
Encoder.descend(LLJava.Cast x) |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.Cast> |
LLJavaGrammar.castInstruction |
Modifier and Type | Method and Description |
---|---|
protected abstract LLJava.Cast |
LLJavaGrammar.castInstruction(Reducer.Context<SourceId> context,
LLJava.TypeExpr type) |
protected LLJava.Cast |
LLJavaParser.castInstruction(Reducer.Context<SourceId> context,
LLJava.TypeExpr type) |
see also the complete user documentation .