Uses of Class
eu.bandm.tools.lljava.absy.LLJava.StoreArgument
Packages that use LLJava.StoreArgument
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.StoreArgument in eu.bandm.tools.lljava.absy
Subclasses of LLJava.StoreArgument in eu.bandm.tools.lljava.absyModifier and TypeClassDescriptionstatic classSyntactic expression denoting an array access.static classGenerated by umod; model author's documentation MISSING.static classSyntactic expression denoting an anonymous variable slot reference.static classSyntactic expression denoting athisreference.static classGenerated by umod; model author's documentation MISSING.static classSyntactic expression denoting a local variable reference.Fields in eu.bandm.tools.lljava.absy declared as LLJava.StoreArgumentModifier and TypeFieldDescriptionprotected LLJava.StoreArgumentLLJava.Store.argGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.lljava.absy that return LLJava.StoreArgumentModifier and TypeMethodDescriptionLLJava.StoreArgument.doclone()Clones this object.LLJava.Store.get_arg()Generated by umod; model author's documentation MISSING.Copies values of all common fields from the argument.Methods in eu.bandm.tools.lljava.absy that return types with arguments of type LLJava.StoreArgumentModifier and TypeMethodDescriptionstatic Pattern<LLJava.StoreArgument> LLJava.__Patterns.term_StoreArgument(Pattern<? super LLJava.LoadArgument> superpattern) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.StoreArgumentModifier and TypeMethodDescriptionprotected voidLLJava.__Formatter.action(LLJava.StoreArgument el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.StoreArgument e0) protected voidLLJava.MultiVisitor.action(LLJava.StoreArgument e0) protected voidLLJava.Visitor.action(LLJava.StoreArgument e0) protected voidLLJava.MultiVisitor.descend(LLJava.StoreArgument e0) voidLLJava.MATCH_ONLY_00.match(LLJava.StoreArgument e0) protected voidLLJava.MultiVisitor.post(LLJava.StoreArgument e0) protected voidLLJava.MultiVisitor.pre(LLJava.StoreArgument e0) booleanLLJava.Store.set_arg(LLJava.StoreArgument val) Generated by umod; model author's documentation MISSING.protected FormatLLJava.__Formatter.toFormat(LLJava.StoreArgument el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.StoreArgumentModifier and TypeMethodDescriptionLLJava.__Patterns.cast_StoreArgument(Pattern<? super LLJava.StoreArgument> p) static 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.ArrayAccess> LLJava.__Patterns.term_ArrayAccess(Pattern<? super LLJava.StoreArgument> superpattern, Pattern<? super LLJava.Type> p_type) static Pattern<LLJava.VariableAccess> LLJava.__Patterns.term_VariableAccess(Pattern<? super LLJava.StoreArgument> superpattern, Pattern<? super LLJava.Slot> p_target) Constructors in eu.bandm.tools.lljava.absy with parameters of type LLJava.StoreArgumentModifierConstructorDescriptionConstructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
Uses of LLJava.StoreArgument in eu.bandm.tools.lljava.parser
Fields in eu.bandm.tools.lljava.parser with type parameters of type LLJava.StoreArgumentMethods in eu.bandm.tools.lljava.parser with parameters of type LLJava.StoreArgumentModifier and TypeMethodDescriptionprotected abstract LLJava.StoreLLJavaGrammar.storeInstruction(Reducer.Context<SourceId> context, LLJava.StoreArgument argument) protected LLJava.StoreLLJavaParser.storeInstruction(Reducer.Context<SourceId> context, LLJava.StoreArgument argument)