Uses of Class
eu.bandm.tools.lljava.absy.LLJava.Method
Package
Description
Abstract Syntax of LLJava, representing the byte code instructions, the objects which
contain byte code, and the attributes specific to byte code classes.
-
Uses of LLJava.Method in eu.bandm.tools.lljava.absy
Modifier and TypeFieldDescription(package private) final LLJava.Method
TypeChecker.Inferrer.InstructionProcessor.context
(package private) final LLJava.Method
ControlFlowAnalyzer.ControlFlow.method
Modifier and TypeFieldDescriptionprotected CheckedList<LLJava.Method>
LLJava.Class.methods
Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionLLJava.Method.doclone()
Clones this object.ControlFlowSynthesizer.getMethod()
Copies values of all common fields from the argument.Modifier and TypeMethodDescriptionstatic 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.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<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 TypeMethodDescriptionvoid
StoreLoadOptimizer.accept
(LLJava.Method method) protected void
ContextChecker.action
(LLJava.Method m) protected void
ContextChecker.EnvironmentAnnotator.action
(LLJava.Method x) protected void
ContextChecker.ModifierChecker.action
(LLJava.Method x) protected void
ContextChecker.Typer.action
(LLJava.Method m) protected void
LLJava.__Formatter.action
(LLJava.Method el) 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
TypeChecker.Inferrer.action
(LLJava.Method m) ControlFlowAnalyzer.analyze
(LLJava.Method method) protected void
ConstantPoolCollector.Creator.descend
(LLJava.Method m) protected void
LLJava.MultiVisitor.descend
(LLJava.Method e0) (package private) static String
ConstantPoolCollector.descriptor
(LLJava.Method m) void
LLJava.MultiVisitor.follow_exceptions
(LLJava.Method element) void
LLJava.Visitor.follow_exceptions
(LLJava.Method element) void
LLJava.MultiVisitor.follow_parameters
(LLJava.Method element) void
LLJava.Visitor.follow_parameters
(LLJava.Method element) void
LLJava.MultiVisitor.follow_typeParameters
(LLJava.Method element) void
LLJava.Visitor.follow_typeParameters
(LLJava.Method element) void
LLJava.MATCH_ONLY_00.followAll_exceptions
(LLJava.Method element) void
LLJava.MATCH_ONLY_00.followAll_parameters
(LLJava.Method element) void
LLJava.MATCH_ONLY_00.followAll_typeParameters
(LLJava.Method element) (package private) LLJava.StackFrame
TypeChecker.initial
(LLJava.ClassType owner, LLJava.Method m) (package private) static String
ConstantPoolCollector.mangleSignature
(LLJava.Method m) 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) (package private) TypeChecker.Focus
TypeChecker.Inferrer.process
(LLJava.Method context, LLJava.Instruction i) protected Format
LLJava.__Formatter.toFormat
(LLJava.Method el) Modifier and TypeMethodDescriptionLLJava.__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.ModifierConstructorDescription(package private)
ControlFlow
(LLJava.Method method) ControlFlowSynthesizer
(LLJava.Method method) (package private)
InstructionProcessor
(LLJava.Method context, LLJava.Instruction instruction) -
Uses of LLJava.Method in eu.bandm.tools.lljava.codec
Modifier and TypeMethodDescriptionprotected 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) -
Uses of LLJava.Method in eu.bandm.tools.lljava.live
Modifier and TypeFieldDescriptionprotected final LLJava.Method
BaseCompilationContext.constructor
Modifier and TypeMethodDescriptionprotected LLJava.Method
BaseCompilationContext.startMethodInternal
(int modifiers, Class<?> result, String name, Class<?>... paramTypes) Modifier and TypeMethodDescriptionprotected void
BaseCompilationContext.pushFrame
(LLJava.Method owner, LLJava.Block block, List<VariableContext.Variable> inputs, List<VariableContext.Variable> outputs) void
BaseCompilationContext.startBlock
(LLJava.Method owner, LLJava.Block block) -
Uses of LLJava.Method in eu.bandm.tools.lljava.parser
Modifier and TypeMethodDescriptionprotected 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)