Uses of Class
eu.bandm.tools.lljava.absy.LLJava.Local
Packages that use LLJava.Local
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.Local in eu.bandm.tools.lljava.absy
Methods in eu.bandm.tools.lljava.absy that return LLJava.LocalModifier and TypeMethodDescriptionLLJava.Local.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.LocalModifier and TypeMethodDescriptionstatic Pattern<LLJava.Local> LLJava.Local.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.Local> LLJava.Local.get_type(Pattern<? super LLJava.TypeExpr> 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.Local> LLJava.__Patterns.term_Local(Pattern<? super LLJava.Statement> superpattern, Pattern<? super LLJava.TypeExpr> p_type, Pattern<? super LLJava.Name> p_name, Pattern<? super LLJava.Variable> p_variable) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.LocalModifier and TypeMethodDescriptionprotected voidContextChecker.EnvironmentAnnotator.action(LLJava.Local x) protected voidContextChecker.Typer.action(LLJava.Local x) protected voidLLJava.__Formatter.action(LLJava.Local el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.Local e0) protected voidLLJava.MultiVisitor.action(LLJava.Local e0) protected voidLLJava.Visitor.action(LLJava.Local e0) protected voidTypeChecker.Inferrer.InstructionProcessor.action(LLJava.Local l) protected voidLLJava.MultiVisitor.descend(LLJava.Local e0) voidLLJava.MATCH_ONLY_00.match(LLJava.Local e0) protected voidLLJava.MultiVisitor.post(LLJava.Local e0) protected voidLLJava.MultiVisitor.pre(LLJava.Local e0) protected FormatLLJava.__Formatter.toFormat(LLJava.Local el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.Local -
Uses of LLJava.Local in eu.bandm.tools.lljava.parser
Fields in eu.bandm.tools.lljava.parser with type parameters of type LLJava.Local