Uses of Class
eu.bandm.tools.lljava.absy.LLJava.VariableRef
Packages that use LLJava.VariableRef
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.VariableRef in eu.bandm.tools.lljava.absy
Methods in eu.bandm.tools.lljava.absy that return LLJava.VariableRefModifier and TypeMethodDescriptionLLJava.VariableRef.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.VariableRefModifier and TypeMethodDescriptionstatic Pattern
<LLJava.VariableRef> LLJava.VariableRef.get_name
(Pattern<? super LLJava.Name> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern
<LLJava.VariableRef> LLJava.__Patterns.term_VariableRef
(Pattern<? super LLJava.VariableAccess> superpattern, Pattern<? super LLJava.Name> p_name) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.VariableRefModifier and TypeMethodDescriptionprotected void
ContextChecker.EnvironmentAnnotator.action
(LLJava.VariableRef x) protected void
LLJava.__Formatter.action
(LLJava.VariableRef el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.VariableRef e0) protected void
LLJava.MultiVisitor.action
(LLJava.VariableRef e0) protected void
LLJava.Visitor.action
(LLJava.VariableRef e0) protected void
LLJava.MultiVisitor.descend
(LLJava.VariableRef e0) void
LLJava.MATCH_ONLY_00.match
(LLJava.VariableRef e0) protected void
LLJava.MultiVisitor.post
(LLJava.VariableRef e0) protected void
LLJava.MultiVisitor.pre
(LLJava.VariableRef e0) protected Format
LLJava.__Formatter.toFormat
(LLJava.VariableRef el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.VariableRefModifier and TypeMethodDescriptionLLJava.__Patterns.cast_VariableRef
(Pattern<? super LLJava.VariableRef> p) -
Uses of LLJava.VariableRef in eu.bandm.tools.lljava.live.impl
Methods in eu.bandm.tools.lljava.live.impl that return LLJava.VariableRefMethods in eu.bandm.tools.lljava.live.impl with parameters of type LLJava.VariableRefModifier and TypeMethodDescriptionprotected VariableContext.Variable
BaseCompilationContextImpl.variable
(LLJava.Type type, LLJava.VariableRef ref) Constructors in eu.bandm.tools.lljava.live.impl with parameters of type LLJava.VariableRefModifierConstructorDescription(package private)
EnvFieldInfo
(LLJava.Type type, Class<T> valueType, T value, LLJava.Field field, LLJava.VariableRef param) -
Uses of LLJava.VariableRef in eu.bandm.tools.lljava.parser
Fields in eu.bandm.tools.lljava.parser with type parameters of type LLJava.VariableRefMethods in eu.bandm.tools.lljava.parser with parameters of type LLJava.VariableRefModifier and TypeMethodDescriptionprotected abstract LLJava.Inc
LLJavaGrammar.incInstruction
(Reducer.Context<SourceId> context, LLJava.VariableRef target, int increment) protected LLJava.Inc
LLJavaParser.incInstruction
(Reducer.Context<SourceId> context, LLJava.VariableRef target, int increment)