Uses of Class
eu.bandm.tools.lljava.absy.LLJava.Load
Packages that use LLJava.Load
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.Load in eu.bandm.tools.lljava.absy
Methods in eu.bandm.tools.lljava.absy that return LLJava.LoadModifier and TypeMethodDescriptionLLJava.Load.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.LoadModifier and TypeMethodDescriptionstatic Pattern
<LLJava.Load> LLJava.Load.get_arg
(Pattern<? super LLJava.LoadArgument> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern
<LLJava.Load> LLJava.__Patterns.term_Load
(Pattern<? super LLJava.Instruction> superpattern, Pattern<? super LLJava.LoadArgument> p_arg) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.LoadModifier and TypeMethodDescriptionprotected void
LLJava.__Formatter.action
(LLJava.Load el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.Load e0) protected void
LLJava.MultiVisitor.action
(LLJava.Load e0) protected void
LLJava.Visitor.action
(LLJava.Load e0) protected void
TypeChecker.Inferrer.InstructionProcessor.action
(LLJava.Load i) protected void
LLJava.MultiVisitor.descend
(LLJava.Load e0) void
LLJava.MATCH_ONLY_00.match
(LLJava.Load e0) protected void
LLJava.MultiVisitor.post
(LLJava.Load e0) protected void
LLJava.MultiVisitor.pre
(LLJava.Load e0) protected Format
LLJava.__Formatter.toFormat
(LLJava.Load el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.Load -
Uses of LLJava.Load in eu.bandm.tools.lljava.codec
Methods in eu.bandm.tools.lljava.codec with parameters of type LLJava.Load -
Uses of LLJava.Load in eu.bandm.tools.lljava.parser
Fields in eu.bandm.tools.lljava.parser with type parameters of type LLJava.LoadMethods in eu.bandm.tools.lljava.parser that return LLJava.LoadModifier and TypeMethodDescriptionprotected abstract LLJava.Load
LLJavaGrammar.loadInstruction
(Reducer.Context<SourceId> context, LLJava.LoadArgument argument) protected LLJava.Load
LLJavaParser.loadInstruction
(Reducer.Context<SourceId> context, LLJava.LoadArgument argument)