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.live | |
eu.bandm.tools.lljava.parser |
Modifier and Type | Field and Description |
---|---|
protected CheckedList<LLJava.Method> |
LLJava.Class.methods
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.Method |
LLJava.Method.doclone()
Clones this object.
|
LLJava.Method |
ControlFlowSynthesizer.getMethod() |
LLJava.Method |
LLJava.Method.initFrom(Object o0)
Copies values of all common fields from the argument.
|
static LLJava.Method |
Factory.newMethod(LLJava.Result result,
String name) |
static LLJava.Method |
Factory.newMethod(String name) |
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.Method> |
LLJava.Method.get_body(Pattern<? super LLJava.MethodBody> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Method> |
LLJava.Method.get_exceptions(Pattern<? super CheckedList<LLJava.ClassReference>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
CheckedList<LLJava.Method> |
LLJava.Class.get_methods()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.Method> |
LLJava.Method.get_parameters(Pattern<? super CheckedList<LLJava.Parameter>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
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.Method> |
LLJava.Method.get_typeParameters(Pattern<? super CheckedList<LLJava.TypeParameter>> 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) |
Modifier and Type | Method and Description |
---|---|
void |
StoreLoadOptimizer.accept(LLJava.Method method) |
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.Method e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.Method e0) |
protected void |
LLJava.Visitor.action(LLJava.Method e0) |
protected void |
LLJava.__Formatter.action(LLJava.Method el) |
protected void |
ContextChecker.action(LLJava.Method m) |
ControlFlowAnalyzer.ControlFlow |
ControlFlowAnalyzer.analyze(LLJava.Method method) |
protected void |
LLJava.MultiVisitor.descend(LLJava.Method e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.Method e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.Method e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.Method e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.Method el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_Method(Pattern<? super LLJava.Method> p) |
static Pattern<LLJava.Class> |
LLJava.Class.get_methods(Pattern<? super CheckedList<LLJava.Method>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
boolean |
LLJava.Class.set_methods(CheckedList<LLJava.Method> val)
Generated by umod; model author's documentation MISSING.
|
static Pattern<? super LLJava.Class> |
LLJava.__Patterns.term_Class(Pattern<? super LLJava.Attributable> superpattern,
Pattern<? super LLJava.QualId> p_name,
Pattern<? super LLJava.Id> p_innerName,
Pattern<? super CheckedList<LLJava.TypeParameter>> p_typeParameters,
Pattern<? super LLJava.ClassReference> p_superClass,
Pattern<? super CheckedList<LLJava.ClassReference>> p_interfaces,
Pattern<? super CheckedList<LLJava.Field>> p_fields,
Pattern<? super CheckedList<LLJava.Method>> p_methods,
Pattern<? super CheckedList<LLJava.InnerClass>> p_innerClasses,
Pattern<? super CheckedList<LLJava.ConstantPoolEntry>> p_pool,
Pattern<? super LLJava.ClassRef> p_thisEntry,
Pattern<? super LLJava.ConstantUTF8> p_signatureEntry) |
Constructor and Description |
---|
ControlFlowSynthesizer(LLJava.Method method) |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,SignatureParser.TokenType,Consumer<LLJava.Method>> |
SignatureParser.methodSignature |
Modifier and Type | Method and Description |
---|---|
protected LLJava.Method |
Decoder.decodeMethod() |
Modifier and Type | Method and Description |
---|---|
protected void |
Encoder.descend(LLJava.Method m) |
void |
SignatureParser.parseMethodSignature(String signature,
LLJava.Method method) |
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) |
Modifier and Type | Field and Description |
---|---|
protected LLJava.Method |
BaseCompilationContext.constructor |
protected LLJava.Method |
BaseCompilationContext.constructor |
Modifier and Type | Method and Description |
---|---|
protected LLJava.Method |
BaseCompilationContext.startMethodInternal(int modifiers,
Class<?> result,
String name,
Class<?>... paramTypes) |
protected LLJava.Method |
BaseCompilationContext.startMethodInternal(int modifiers,
Class<?> result,
String name,
Class<?>... paramTypes) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseCompilationContext.pushFrame(LLJava.Method owner,
LLJava.Block block,
List<eu.bandm.tools.lljava.live.VariableContext.Variable> inputs,
List<eu.bandm.tools.lljava.live.VariableContext.Variable> outputs) |
protected void |
BaseCompilationContext.pushFrame(LLJava.Method owner,
LLJava.Block block,
List<eu.bandm.tools.lljava.live.VariableContext.Variable> inputs,
List<eu.bandm.tools.lljava.live.VariableContext.Variable> outputs) |
void |
BaseCompilationContext.startBlock(LLJava.Method owner,
LLJava.Block block) |
void |
BaseCompilationContext.startBlock(LLJava.Method owner,
LLJava.Block block) |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.Method> |
LLJavaGrammar.methodDefinition |
Modifier and Type | Method and Description |
---|---|
protected abstract LLJava.Method |
LLJavaGrammar.methodDefinition(Reducer.Context<SourceId> context,
List<LLJava.ModifierExpr> modifiers,
List<LLJava.TypeParameter> typeParameters,
LLJava.ResultExpr returnType,
LLJava.Id name,
List<LLJava.Parameter> parameters,
List<LLJava.ClassReference> exceptions,
LLJava.MethodBody body) |
protected LLJava.Method |
LLJavaParser.methodDefinition(Reducer.Context<SourceId> context,
List<LLJava.ModifierExpr> modifiers,
List<LLJava.TypeParameter> typeParameters,
LLJava.ResultExpr returnType,
LLJava.Id name,
List<LLJava.Parameter> parameters,
List<LLJava.ClassReference> exceptions,
LLJava.MethodBody body) |
see also the complete user documentation .