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 voidLLJava.__Formatter.action(LLJava.Store el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.Store e0) protected voidLLJava.MultiVisitor.action(LLJava.Store e0) protected voidLLJava.Visitor.action(LLJava.Store e0) protected voidTypeChecker.Inferrer.InstructionProcessor.action(LLJava.Store s) protected voidLLJava.MultiVisitor.descend(LLJava.Store e0) voidLLJava.MATCH_ONLY_00.match(LLJava.Store e0) protected voidLLJava.MultiVisitor.post(LLJava.Store e0) protected voidLLJava.MultiVisitor.pre(LLJava.Store e0) protected FormatLLJava.__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.StoreLLJavaGrammar.storeInstruction(Reducer.Context<SourceId> context, LLJava.StoreArgument argument) protected LLJava.StoreLLJavaParser.storeInstruction(Reducer.Context<SourceId> context, LLJava.StoreArgument argument)