Uses of Class
eu.bandm.tools.lljava.absy.LLJava.VariableAccess
Packages that use LLJava.VariableAccess
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.VariableAccess in eu.bandm.tools.lljava.absy
Subclasses of LLJava.VariableAccess in eu.bandm.tools.lljava.absyModifier and TypeClassDescriptionstatic 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
Syntactic expression denoting a local variable reference.Fields in eu.bandm.tools.lljava.absy declared as LLJava.VariableAccessModifier and TypeFieldDescriptionprotected LLJava.VariableAccess
LLJava.Inc.target
Generated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.lljava.absy that return LLJava.VariableAccessModifier and TypeMethodDescriptionLLJava.VariableAccess.doclone()
Clones this object.LLJava.Inc.get_target()
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.VariableAccessModifier and TypeMethodDescriptionstatic Pattern
<LLJava.VariableAccess> LLJava.VariableAccess.get_target
(Pattern<? super LLJava.Slot> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern
<LLJava.VariableAccess> LLJava.__Patterns.term_VariableAccess
(Pattern<? super LLJava.StoreArgument> superpattern, Pattern<? super LLJava.Slot> p_target) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.VariableAccessModifier and TypeMethodDescriptionprotected void
LLJava.__Formatter.action
(LLJava.VariableAccess el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.VariableAccess e0) protected void
LLJava.MultiVisitor.action
(LLJava.VariableAccess e0) protected void
LLJava.Visitor.action
(LLJava.VariableAccess e0) protected void
LLJava.MultiVisitor.descend
(LLJava.VariableAccess e0) void
LLJava.MATCH_ONLY_00.match
(LLJava.VariableAccess e0) protected void
LLJava.MultiVisitor.post
(LLJava.VariableAccess e0) protected void
LLJava.MultiVisitor.pre
(LLJava.VariableAccess e0) boolean
LLJava.Inc.set_target
(LLJava.VariableAccess val) Generated by umod; model author's documentation MISSING.protected Format
LLJava.__Formatter.toFormat
(LLJava.VariableAccess el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.VariableAccessModifier and TypeMethodDescriptionLLJava.__Patterns.cast_VariableAccess
(Pattern<? super LLJava.VariableAccess> p) static Pattern
<LLJava.Inc> LLJava.Inc.get_target
(Pattern<? super LLJava.VariableAccess> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern
<LLJava.SlotRef> LLJava.__Patterns.term_SlotRef
(Pattern<? super LLJava.VariableAccess> superpattern) static Pattern
<LLJava.SlotReference> LLJava.__Patterns.term_SlotReference
(Pattern<? super LLJava.VariableAccess> superpattern, Pattern<? super Integer> p_index, Pattern<? super Boolean> p_wide) static Pattern
<LLJava.This> LLJava.__Patterns.term_This
(Pattern<? super LLJava.VariableAccess> superpattern) static Pattern
<LLJava.VariableRef> LLJava.__Patterns.term_VariableRef
(Pattern<? super LLJava.VariableAccess> superpattern, Pattern<? super LLJava.Name> p_name) Constructors in eu.bandm.tools.lljava.absy with parameters of type LLJava.VariableAccessModifierConstructorDescriptionInc
(LLJava.VariableAccess target, int increment) Constructor generated according to specification #0
Constructor defined according to directive "C 0/.."
.