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 void
ContextChecker.InstructionChecker.action
(LLJava.Invoke x) protected void
ContextChecker.ModifierChecker.action
(LLJava.Invoke x) protected void
LLJava.__Formatter.action
(LLJava.Invoke el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.Invoke e0) protected void
LLJava.MultiVisitor.action
(LLJava.Invoke e0) protected void
LLJava.Visitor.action
(LLJava.Invoke e0) protected void
TypeChecker.Inferrer.InstructionProcessor.action
(LLJava.Invoke i) protected void
ConstantPoolCollector.Creator.descend
(LLJava.Invoke x) protected void
LLJava.MultiVisitor.descend
(LLJava.Invoke e0) void
LLJava.MultiVisitor.follow_modifiers
(LLJava.Invoke element) void
LLJava.Visitor.follow_modifiers
(LLJava.Invoke element) void
LLJava.MATCH_ONLY_00.followAll_modifiers
(LLJava.Invoke element) void
LLJava.MATCH_ONLY_00.match
(LLJava.Invoke e0) protected void
LLJava.MultiVisitor.post
(LLJava.Invoke e0) protected void
LLJava.MultiVisitor.pre
(LLJava.Invoke e0) protected Format
LLJava.__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.invokeInstruction
LLJavaGrammar.invokeInstructionNonrecursive
Methods in eu.bandm.tools.lljava.parser that return LLJava.InvokeModifier and TypeMethodDescriptionprotected abstract LLJava.Invoke
LLJavaGrammar.invokeInstruction
(Reducer.Context<SourceId> context, Void dummy, List<LLJava.ModifierExpr> modifiers, LLJava.MethodReference ref) protected LLJava.Invoke
LLJavaParser.invokeInstruction
(Reducer.Context<SourceId> context, Void dummy, List<LLJava.ModifierExpr> modifiers, LLJava.MethodReference ref)