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 class
Syntactic expression denoting an array access.static class
Generated by umod; model author's documentation MISSING.static class
Syntactic expression denoting an anonymous variable slot reference.static class
Syntactic expression denoting athis
reference.static class
Generated by umod; model author's documentation MISSING.static class
Syntactic expression denoting a local variable reference.Fields in eu.bandm.tools.lljava.absy declared as LLJava.StoreArgumentModifier and TypeFieldDescriptionprotected LLJava.StoreArgument
LLJava.Store.arg
Generated 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 void
LLJava.__Formatter.action
(LLJava.StoreArgument el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.StoreArgument e0) protected void
LLJava.MultiVisitor.action
(LLJava.StoreArgument e0) protected void
LLJava.Visitor.action
(LLJava.StoreArgument e0) protected void
LLJava.MultiVisitor.descend
(LLJava.StoreArgument e0) void
LLJava.MATCH_ONLY_00.match
(LLJava.StoreArgument e0) protected void
LLJava.MultiVisitor.post
(LLJava.StoreArgument e0) protected void
LLJava.MultiVisitor.pre
(LLJava.StoreArgument e0) boolean
LLJava.Store.set_arg
(LLJava.StoreArgument val) Generated by umod; model author's documentation MISSING.protected Format
LLJava.__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.Store
LLJavaGrammar.storeInstruction
(Reducer.Context<SourceId> context, LLJava.StoreArgument argument) protected LLJava.Store
LLJavaParser.storeInstruction
(Reducer.Context<SourceId> context, LLJava.StoreArgument argument)