Uses of Class
eu.bandm.tools.lljava.absy.LLJava.Method
Packages that use 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
Fields in eu.bandm.tools.lljava.absy declared as LLJava.MethodModifier and TypeFieldDescription(package private) final LLJava.MethodTypeChecker.Inferrer.InstructionProcessor.context(package private) final LLJava.MethodControlFlowAnalyzer.ControlFlow.methodFields in eu.bandm.tools.lljava.absy with type parameters of type LLJava.MethodModifier and TypeFieldDescriptionprotected CheckedList<LLJava.Method> LLJava.Class.methodsGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.lljava.absy that return LLJava.MethodModifier and TypeMethodDescriptionLLJava.Method.doclone()Clones this object.ControlFlowSynthesizer.getMethod()Copies values of all common fields from the argument.Methods in eu.bandm.tools.lljava.absy that return types with arguments of type LLJava.MethodModifier 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) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.MethodModifier and TypeMethodDescriptionvoidStoreLoadOptimizer.accept(LLJava.Method method) protected voidContextChecker.action(LLJava.Method m) protected voidContextChecker.EnvironmentAnnotator.action(LLJava.Method x) protected voidContextChecker.ModifierChecker.action(LLJava.Method x) protected voidContextChecker.Typer.action(LLJava.Method m) protected voidLLJava.__Formatter.action(LLJava.Method el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.Method e0) protected voidLLJava.MultiVisitor.action(LLJava.Method e0) protected voidLLJava.Visitor.action(LLJava.Method e0) protected voidTypeChecker.Inferrer.action(LLJava.Method m) ControlFlowAnalyzer.analyze(LLJava.Method method) protected voidConstantPoolCollector.Creator.descend(LLJava.Method m) protected voidLLJava.MultiVisitor.descend(LLJava.Method e0) (package private) static StringConstantPoolCollector.descriptor(LLJava.Method m) voidLLJava.MultiVisitor.follow_exceptions(LLJava.Method element) voidLLJava.Visitor.follow_exceptions(LLJava.Method element) voidLLJava.MultiVisitor.follow_parameters(LLJava.Method element) voidLLJava.Visitor.follow_parameters(LLJava.Method element) voidLLJava.MultiVisitor.follow_typeParameters(LLJava.Method element) voidLLJava.Visitor.follow_typeParameters(LLJava.Method element) voidLLJava.MATCH_ONLY_00.followAll_exceptions(LLJava.Method element) voidLLJava.MATCH_ONLY_00.followAll_parameters(LLJava.Method element) voidLLJava.MATCH_ONLY_00.followAll_typeParameters(LLJava.Method element) (package private) LLJava.StackFrameTypeChecker.initial(LLJava.ClassType owner, LLJava.Method m) (package private) static StringConstantPoolCollector.mangleSignature(LLJava.Method m) voidLLJava.MATCH_ONLY_00.match(LLJava.Method e0) protected voidLLJava.MultiVisitor.post(LLJava.Method e0) protected voidLLJava.MultiVisitor.pre(LLJava.Method e0) (package private) TypeChecker.FocusTypeChecker.Inferrer.process(LLJava.Method context, LLJava.Instruction i) protected FormatLLJava.__Formatter.toFormat(LLJava.Method el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.MethodModifier 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.booleanLLJava.Class.set_methods(CheckedList<LLJava.Method> val) Generated by umod; model author's documentation MISSING.Constructors in eu.bandm.tools.lljava.absy with parameters of type LLJava.MethodModifierConstructorDescription(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
Fields in eu.bandm.tools.lljava.codec with type parameters of type LLJava.MethodMethods in eu.bandm.tools.lljava.codec that return LLJava.MethodMethods in eu.bandm.tools.lljava.codec with parameters of type LLJava.MethodModifier and TypeMethodDescriptionprotected voidEncoder.descend(LLJava.Method m) voidSignatureParser.parseMethodSignature(String signature, LLJava.Method method) protected voidSignatureParser.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.impl
Fields in eu.bandm.tools.lljava.live.impl declared as LLJava.MethodModifier and TypeFieldDescriptionprotected final LLJava.MethodBaseCompilationContextImpl.constructorMethods in eu.bandm.tools.lljava.live.impl that return LLJava.MethodModifier and TypeMethodDescriptionprotected LLJava.MethodBaseCompilationContextImpl.startMethodInternal(int modifiers, Class<?> result, String name, Class<?>... paramTypes) Methods in eu.bandm.tools.lljava.live.impl with parameters of type LLJava.MethodModifier and TypeMethodDescriptionprotected voidBaseCompilationContextImpl.pushFrame(LLJava.Method owner, LLJava.Block block, List<VariableContext.Variable> inputs, List<VariableContext.Variable> outputs) voidBaseCompilationContextImpl.startBlock(LLJava.Method owner, LLJava.Block block) -
Uses of LLJava.Method in eu.bandm.tools.lljava.parser
Fields in eu.bandm.tools.lljava.parser with type parameters of type LLJava.MethodMethods in eu.bandm.tools.lljava.parser that return LLJava.MethodModifier and TypeMethodDescriptionprotected abstract LLJava.MethodLLJavaGrammar.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.MethodLLJavaParser.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)