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