Uses of Class
eu.bandm.tools.lljava.absy.LLJava.Invoke
Packages that use LLJava.Invoke
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.Invoke in eu.bandm.tools.lljava.absy
Methods in eu.bandm.tools.lljava.absy that return LLJava.InvokeModifier and TypeMethodDescriptionLLJava.Invoke.doclone()Clones this object.Copies values of all common fields from the argument.Methods in eu.bandm.tools.lljava.absy that return types with arguments of type LLJava.InvokeModifier and TypeMethodDescriptionstatic Pattern<LLJava.Invoke> LLJava.Invoke.get_modifiers(Pattern<? super EnumSet<LLJava.Modifier>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Invoke> LLJava.Invoke.get_strategy(Pattern<? super LLJava.Strategy> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Invoke> LLJava.__Patterns.term_Invoke(Pattern<? super LLJava.MethodHandleTarget> superpattern, Pattern<? super EnumSet<LLJava.Modifier>> p_modifiers, Pattern<? super LLJava.Strategy> p_strategy) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.InvokeModifier and TypeMethodDescriptionprotected voidContextChecker.InstructionChecker.action(LLJava.Invoke x) protected voidContextChecker.ModifierChecker.action(LLJava.Invoke x) protected voidLLJava.__Formatter.action(LLJava.Invoke el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.Invoke e0) protected voidLLJava.MultiVisitor.action(LLJava.Invoke e0) protected voidLLJava.Visitor.action(LLJava.Invoke e0) protected voidTypeChecker.Inferrer.InstructionProcessor.action(LLJava.Invoke i) protected voidConstantPoolCollector.Creator.descend(LLJava.Invoke x) protected voidLLJava.MultiVisitor.descend(LLJava.Invoke e0) voidLLJava.MultiVisitor.follow_modifiers(LLJava.Invoke element) voidLLJava.Visitor.follow_modifiers(LLJava.Invoke element) voidLLJava.MATCH_ONLY_00.followAll_modifiers(LLJava.Invoke element) voidLLJava.MATCH_ONLY_00.match(LLJava.Invoke e0) protected voidLLJava.MultiVisitor.post(LLJava.Invoke e0) protected voidLLJava.MultiVisitor.pre(LLJava.Invoke e0) protected FormatLLJava.__Formatter.toFormat(LLJava.Invoke el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.InvokeModifier and TypeMethodDescriptionLLJava.__Patterns.cast_Invoke(Pattern<? super LLJava.Invoke> p) -
Uses of LLJava.Invoke in eu.bandm.tools.lljava.codec
Methods in eu.bandm.tools.lljava.codec with parameters of type LLJava.Invoke -
Uses of LLJava.Invoke in eu.bandm.tools.lljava.parser
Fields in eu.bandm.tools.lljava.parser with type parameters of type LLJava.InvokeModifier and TypeFieldDescriptionLLJavaGrammar.invokeInstructionLLJavaGrammar.invokeInstructionNonrecursiveMethods in eu.bandm.tools.lljava.parser that return LLJava.InvokeModifier and TypeMethodDescriptionprotected abstract LLJava.InvokeLLJavaGrammar.invokeInstruction(Reducer.Context<SourceId> context, Void dummy, List<LLJava.ModifierExpr> modifiers, LLJava.MethodReference ref) protected LLJava.InvokeLLJavaParser.invokeInstruction(Reducer.Context<SourceId> context, Void dummy, List<LLJava.ModifierExpr> modifiers, LLJava.MethodReference ref)