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 | Field and Description |
---|---|
protected LLJava.MethodReference |
LLJava.Invoke.target
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.MethodReference |
LLJava.MethodReference.doclone()
Clones this object.
|
LLJava.MethodReference |
LLJava.Invoke.get_target()
Generated by umod; model author's documentation MISSING.
|
LLJava.MethodReference |
LLJava.MethodReference.initFrom(Object o0)
Copies values of all common fields from the argument.
|
static LLJava.MethodReference |
Factory.interfaceMethodRef(LLJava.Result result,
LLJava.QualId owner,
String name,
LLJava.Type... params) |
static LLJava.MethodReference |
Factory.methodRef(LLJava.Result result,
LLJava.QualId owner,
String name,
LLJava.Type... params) |
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.MethodReference> |
LLJava.MethodReference.get_asInterface(Pattern<? super Boolean> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.MethodReference> |
LLJava.MethodReference.get_dynamicEntry(Pattern<? super LLJava.InvokeDynamic> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.MethodReference> |
LLJava.MethodReference.get_parameters(Pattern<? super CheckedList<LLJava.MethodReferenceParameter>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.MethodReference> |
LLJava.MethodReference.get_result(Pattern<? super LLJava.ResultExpr> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.MethodReference> |
LLJava.__Patterns.term_MethodReference(Pattern<? super LLJava.MemberReference> superpattern,
Pattern<? super Boolean> p_asInterface,
Pattern<? super LLJava.ResultExpr> p_result,
Pattern<? super CheckedList<LLJava.MethodReferenceParameter>> p_parameters,
Pattern<? super LLJava.InvokeDynamic> p_dynamicEntry) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.MethodReference e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.MethodReference e0) |
protected void |
LLJava.Visitor.action(LLJava.MethodReference e0) |
protected void |
LLJava.__Formatter.action(LLJava.MethodReference el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.MethodReference e0) |
static LLJava.Block |
Factory.invokeStatic(LLJava.MethodReference method,
LLJava.Statement... params) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.MethodReference e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.MethodReference e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.MethodReference e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.MethodReference el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_MethodReference(Pattern<? super LLJava.MethodReference> p) |
Constructor and Description |
---|
Invoke(LLJava.MethodReference target)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
protected LLJava.MethodReference |
Decoder.invokeDynamic(int index) |
protected LLJava.MethodReference |
Decoder.methodRef(int index) |
protected LLJava.MethodReference |
Decoder.unparse(LLJava.AbstractMethodRef ref) |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.MethodReference> |
LLJavaGrammar.methodReference |
Expression<SourceId,LLJavaLexer.TokenType,LLJava.MethodReference> |
LLJavaGrammar.methodReferenceNonrecursive |
Modifier and Type | Method and Description |
---|---|
protected abstract LLJava.MethodReference |
LLJavaGrammar.methodReference(Reducer.Context<SourceId> context,
LLJava.ResultExpr returnType,
LLJava.MemberFullName name,
List<LLJava.MethodReferenceParameter> params) |
protected LLJava.MethodReference |
LLJavaParser.methodReference(Reducer.Context<SourceId> context,
LLJava.ResultExpr returnType,
LLJava.MemberFullName name,
List<LLJava.MethodReferenceParameter> params) |
Modifier and Type | Method and Description |
---|---|
protected abstract LLJava.Invoke |
LLJavaGrammar.invokeInstruction(Reducer.Context<SourceId> context,
Void dummy,
List<LLJava.ModifierExpr> modifiers,
LLJava.MethodReference ref) |
protected LLJava.Invoke |
LLJavaParser.invokeInstruction(Reducer.Context<SourceId> context,
Void dummy,
List<LLJava.ModifierExpr> modifiers,
LLJava.MethodReference ref) |
see also the complete user documentation .