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 | Class and Description |
---|---|
static class |
LLJava.ReturnsExpr
Syntactic expression specifying the return type of a
function.
|
static class |
LLJava.VoidExpr
Syntactic expression specifying a function as void.
|
Modifier and Type | Field and Description |
---|---|
protected LLJava.ResultExpr |
LLJava.Method.result
Generated by umod; model author's documentation MISSING.
|
protected LLJava.ResultExpr |
LLJava.MethodReference.result
Generated by umod; model author's documentation MISSING.
|
protected LLJava.ResultExpr |
LLJava.MethodTypeExpr.result
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
static LLJava.ResultExpr |
SemanticUtils.asResultExpr(Class<?> cls) |
LLJava.ResultExpr |
LLJava.ResultExpr.doclone()
Clones this object.
|
LLJava.ResultExpr |
LLJava.Method.get_result()
Generated by umod; model author's documentation MISSING.
|
LLJava.ResultExpr |
LLJava.MethodReference.get_result()
Generated by umod; model author's documentation MISSING.
|
LLJava.ResultExpr |
LLJava.MethodTypeExpr.get_result()
Generated by umod; model author's documentation MISSING.
|
LLJava.ResultExpr |
LLJava.ResultExpr.initFrom(Object o0)
Copies values of all common fields from the argument.
|
static LLJava.ResultExpr |
SemanticUtils.synthesize(LLJava.Result result) |
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.ResultExpr> |
LLJava.ResultExpr.get_erasure(Pattern<? super LLJava.Result> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.ResultExpr> |
LLJava.__Patterns.term_ResultExpr(Pattern<? super LLJava.Node> superpattern,
Pattern<? super LLJava.Result> p_erasure) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.ResultExpr e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.ResultExpr e0) |
protected void |
LLJava.Visitor.action(LLJava.ResultExpr e0) |
protected void |
LLJava.__Formatter.action(LLJava.ResultExpr el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.ResultExpr e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.ResultExpr e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.ResultExpr e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.ResultExpr e0) |
boolean |
LLJava.Method.set_result(LLJava.ResultExpr val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.MethodReference.set_result(LLJava.ResultExpr val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.MethodTypeExpr.set_result(LLJava.ResultExpr val)
Generated by umod; model author's documentation MISSING.
|
protected Format |
LLJava.__Formatter.toFormat(LLJava.ResultExpr el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_ResultExpr(Pattern<? super LLJava.ResultExpr> p) |
static Pattern<LLJava.Method> |
LLJava.Method.get_result(Pattern<? super LLJava.ResultExpr> 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<LLJava.MethodTypeExpr> |
LLJava.MethodTypeExpr.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.Method> |
LLJava.__Patterns.term_Method(Pattern<? super LLJava.Member> superpattern,
Pattern<? super CheckedList<LLJava.TypeParameter>> p_typeParameters,
Pattern<? super LLJava.ResultExpr> p_result,
Pattern<? super CheckedList<LLJava.Parameter>> p_parameters,
Pattern<? super CheckedList<LLJava.ClassReference>> p_exceptions,
Pattern<? super LLJava.MethodBody> p_body) |
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) |
static Pattern<? super LLJava.MethodTypeExpr> |
LLJava.__Patterns.term_MethodTypeExpr(Pattern<? super LLJava.LoadableExpr> superpattern,
Pattern<? super LLJava.ResultExpr> p_result,
Pattern<? super CheckedList<LLJava.TypeExpr>> p_parameters) |
static Pattern<? super LLJava.ReturnsExpr> |
LLJava.__Patterns.term_ReturnsExpr(Pattern<? super LLJava.ResultExpr> superpattern,
Pattern<? super LLJava.TypeExpr> p_type) |
static Pattern<? super LLJava.VoidExpr> |
LLJava.__Patterns.term_VoidExpr(Pattern<? super LLJava.ResultExpr> superpattern) |
Constructor and Description |
---|
Method(LLJava.ResultExpr result,
LLJava.Id name,
LLJava.MethodBody body)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
MethodReference(LLJava.ResultExpr result,
LLJava.MemberFullName fullName)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
MethodTypeExpr(LLJava.ResultExpr result)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,SignatureParser.TokenType,LLJava.ResultExpr> |
SignatureParser.resultSignature |
Modifier and Type | Method and Description |
---|---|
protected LLJava.ResultExpr |
Decoder.decodeMethodDescriptorResult(String text) |
Modifier and Type | Method and Description |
---|---|
protected void |
SignatureParser.processMethod(Reducer.Context<SourceId> context,
LLJava.Method target,
List<LLJava.TypeParameter> typeParams,
List<LLJava.TypeExpr> params,
LLJava.ResultExpr result,
List<LLJava.ClassTypeExpr> exceptions) |
protected void |
SignatureParser.unerase(LLJava.ResultExpr raw,
LLJava.ResultExpr generic) |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.ResultExpr> |
LLJavaGrammar.result |
see also the complete user documentation .