Uses of Class
eu.bandm.tools.lljava.absy.LLJava.Variable
Packages that use LLJava.Variable
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.Variable in eu.bandm.tools.lljava.absy
Fields in eu.bandm.tools.lljava.absy declared as LLJava.VariableModifier and TypeFieldDescriptionprotected LLJava.VariableLLJava.Local.variableThe variable declared by this statement.protected LLJava.VariableLLJava.Parameter.variableThe variable represented by this parameter specification.Fields in eu.bandm.tools.lljava.absy with type parameters of type LLJava.VariableModifier and TypeFieldDescriptionprotected CheckedMap_RD<LLJava.Name, LLJava.Variable> LLJava.Block.dataEnvGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.lljava.absy that return LLJava.VariableModifier and TypeMethodDescriptionstatic LLJava.VariableSemanticUtils.anonymous(LLJava.Type type) LLJava.Variable.doclone()Clones this object.LLJava.Local.get_variable()The variable declared by this statement.LLJava.Parameter.get_variable()The variable represented by this parameter specification.Copies values of all common fields from the argument.LLJava.Variable.with_name(LLJava.Name val) Generated by umod; model author's documentation MISSING.LLJava.Variable.with_type(LLJava.Type val) Generated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.lljava.absy that return types with arguments of type LLJava.VariableModifier and TypeMethodDescriptionLLJava.Block.get_dataEnv()Generated by umod; model author's documentation MISSING.static Pattern<LLJava.Variable> LLJava.Variable.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.Variable> LLJava.Variable.get_type(Pattern<? super LLJava.Type> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Variable> LLJava.__Patterns.term_Variable(Pattern<Object> superpattern, Pattern<? super LLJava.Type> p_type, Pattern<? super LLJava.Name> p_name) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.VariableModifier and TypeMethodDescriptionprotected voidLLJava.__Formatter.action(LLJava.Variable el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.Variable e0) protected voidLLJava.MultiVisitor.action(LLJava.Variable e0) protected voidLLJava.Visitor.action(LLJava.Variable e0) (package private) voidContextChecker.EnvironmentAnnotator.addLocal(LLJava.Variable var) protected voidLLJava.MultiVisitor.descend(LLJava.Variable e0) voidLLJava.MATCH_ONLY_00.match(LLJava.Variable e0) protected voidLLJava.MultiVisitor.post(LLJava.Variable e0) protected voidLLJava.MultiVisitor.pre(LLJava.Variable e0) voidLLJava.Block.put_dataEnv(LLJava.Name key0, LLJava.Variable value) Convenience un-Currying method.booleanLLJava.Local.set_variable(LLJava.Variable val) The variable declared by this statement.booleanLLJava.Parameter.set_variable(LLJava.Variable val) The variable represented by this parameter specification.protected FormatLLJava.__Formatter.toFormat(LLJava.Variable el) booleanLLJava.Variable.x_equals(LLJava.Variable e0) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.VariableModifier and TypeMethodDescriptionLLJava.__Patterns.cast_Variable(Pattern<? super LLJava.Variable> p) static Pattern<LLJava.Block> LLJava.Block.get_dataEnv(Pattern<? super CheckedMap_RD<LLJava.Name, LLJava.Variable>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Local> LLJava.Local.get_variable(Pattern<? super LLJava.Variable> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Parameter> LLJava.Parameter.get_variable(Pattern<? super LLJava.Variable> p) Lifts a pattern which matches the field value to one which matches this whole object.booleanLLJava.Block.set_dataEnv(CheckedMap_RD<LLJava.Name, LLJava.Variable> val) Generated by umod; model author's documentation MISSING.