Uses of Class
eu.bandm.tools.lljava.absy.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
Modifier and TypeMethodDescriptionLLJava.Invoke.doclone()
Clones this object.Copies values of all common fields from the argument.Modifier 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) Modifier 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) Modifier and TypeMethodDescriptionLLJava.__Patterns.cast_Invoke
(Pattern<? super LLJava.Invoke> p) -
Uses of LLJava.Invoke in eu.bandm.tools.lljava.codec
-
Uses of LLJava.Invoke in eu.bandm.tools.lljava.parser
Modifier and TypeFieldDescriptionLLJavaGrammar.invokeInstruction
LLJavaGrammar.invokeInstructionNonrecursive
Modifier 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)