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 void
ContextChecker.EnvironmentAnnotator.action
(LLJava.Local x) protected void
ContextChecker.Typer.action
(LLJava.Local x) protected void
LLJava.__Formatter.action
(LLJava.Local el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.Local e0) protected void
LLJava.MultiVisitor.action
(LLJava.Local e0) protected void
LLJava.Visitor.action
(LLJava.Local e0) protected void
TypeChecker.Inferrer.InstructionProcessor.action
(LLJava.Local l) protected void
LLJava.MultiVisitor.descend
(LLJava.Local e0) void
LLJava.MATCH_ONLY_00.match
(LLJava.Local e0) protected void
LLJava.MultiVisitor.post
(LLJava.Local e0) protected void
LLJava.MultiVisitor.pre
(LLJava.Local e0) protected Format
LLJava.__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