Uses of Class
eu.bandm.tools.lljava.absy.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
Modifier and TypeMethodDescriptionLLJava.Local.doclone()
Clones this object.Copies values of all common fields from the argument.Modifier 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) Modifier 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) -
Uses of LLJava.Local in eu.bandm.tools.lljava.parser