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 voidLLJava.__Formatter.action(LLJava.Goto el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.Goto e0) protected voidLLJava.MultiVisitor.action(LLJava.Goto e0) protected voidLLJava.Visitor.action(LLJava.Goto e0) protected voidTypeChecker.Inferrer.InstructionProcessor.action(LLJava.Goto g) protected voidLLJava.MultiVisitor.descend(LLJava.Goto e0) voidLLJava.MATCH_ONLY_00.match(LLJava.Goto e0) protected voidLLJava.MultiVisitor.post(LLJava.Goto e0) protected voidLLJava.MultiVisitor.pre(LLJava.Goto e0) protected FormatLLJava.__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.GotoLLJavaGrammar.gotoInstruction(Reducer.Context<SourceId> context, LLJava.GotoPoint target) protected LLJava.GotoLLJavaParser.gotoInstruction(Reducer.Context<SourceId> context, LLJava.GotoPoint target)