Uses of Class
eu.bandm.tools.lljava.absy.LLJava.Goto
Packages that use LLJava.Goto
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.Goto in eu.bandm.tools.lljava.absy
Methods in eu.bandm.tools.lljava.absy that return LLJava.GotoModifier and TypeMethodDescriptionLLJava.Goto.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.GotoModifier and TypeMethodDescriptionstatic Pattern
<LLJava.Goto> LLJava.Goto.get_target
(Pattern<? super LLJava.GotoPoint> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern
<LLJava.Goto> LLJava.__Patterns.term_Goto
(Pattern<? super LLJava.Jump> superpattern, Pattern<? super LLJava.GotoPoint> p_target) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.GotoModifier and TypeMethodDescriptionprotected void
LLJava.__Formatter.action
(LLJava.Goto el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.Goto e0) protected void
LLJava.MultiVisitor.action
(LLJava.Goto e0) protected void
LLJava.Visitor.action
(LLJava.Goto e0) protected void
TypeChecker.Inferrer.InstructionProcessor.action
(LLJava.Goto g) protected void
LLJava.MultiVisitor.descend
(LLJava.Goto e0) void
LLJava.MATCH_ONLY_00.match
(LLJava.Goto e0) protected void
LLJava.MultiVisitor.post
(LLJava.Goto e0) protected void
LLJava.MultiVisitor.pre
(LLJava.Goto e0) protected Format
LLJava.__Formatter.toFormat
(LLJava.Goto el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.Goto -
Uses of LLJava.Goto in eu.bandm.tools.lljava.codec
Methods in eu.bandm.tools.lljava.codec with parameters of type LLJava.Goto -
Uses of LLJava.Goto in eu.bandm.tools.lljava.parser
Fields in eu.bandm.tools.lljava.parser with type parameters of type LLJava.GotoMethods in eu.bandm.tools.lljava.parser that return LLJava.GotoModifier and TypeMethodDescriptionprotected abstract LLJava.Goto
LLJavaGrammar.gotoInstruction
(Reducer.Context<SourceId> context, LLJava.GotoPoint target) protected LLJava.Goto
LLJavaParser.gotoInstruction
(Reducer.Context<SourceId> context, LLJava.GotoPoint target)