Uses of Class
eu.bandm.tools.lljava.absy.LLJava.GotoPoint
Packages that use LLJava.GotoPoint
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.GotoPoint in eu.bandm.tools.lljava.absy
Fields in eu.bandm.tools.lljava.absy declared as LLJava.GotoPointModifier and TypeFieldDescriptionprotected LLJava.GotoPointLLJava.Exception.targetThe entry point to thecatch(){}code.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":435.9-436.13, see this pretty print.)
The type of this field isLLJava.GotoPoint(nevernull)
It is set by every possible constructor.protected LLJava.GotoPointLLJava.Goto.targetGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.lljava.absy that return LLJava.GotoPointModifier and TypeMethodDescriptionLLJava.GotoPoint.doclone()Clones this object.LLJava.Exception.get_target()The entry point to thecatch(){}code.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":435.9-436.13, see this pretty print.)
Generated getter method.LLJava.Goto.get_target()Generated by umod; model author's documentation MISSING.Copies values of all common fields from the argument.ControlFlowSynthesizer.point(int pc) (package private) LLJava.GotoPointCodeSerializer.unline(LLJava.CodePoint i) Methods in eu.bandm.tools.lljava.absy that return types with arguments of type LLJava.GotoPointModifier and TypeMethodDescriptionstatic Pattern<LLJava.GotoPoint> LLJava.GotoPoint.get_id(Pattern<? super LLJava.Name> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.GotoPoint> LLJava.GotoPoint.get_target(Pattern<? super LLJava.Block> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.GotoPoint> LLJava.__Patterns.term_GotoPoint(Pattern<? super LLJava.CodePoint> superpattern, Pattern<? super LLJava.Name> p_id, Pattern<? super LLJava.Block> p_target) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.GotoPointModifier and TypeMethodDescriptionprotected voidContextChecker.EnvironmentAnnotator.action(LLJava.GotoPoint x) protected voidLLJava.__Formatter.action(LLJava.GotoPoint el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.GotoPoint e0) protected voidLLJava.MultiVisitor.action(LLJava.GotoPoint e0) protected voidLLJava.Visitor.action(LLJava.GotoPoint e0) protected voidLLJava.MultiVisitor.descend(LLJava.GotoPoint e0) voidLLJava.MATCH_ONLY_00.match(LLJava.GotoPoint e0) protected voidLLJava.MultiVisitor.post(LLJava.GotoPoint e0) protected voidLLJava.MultiVisitor.pre(LLJava.GotoPoint e0) booleanLLJava.Exception.set_target(LLJava.GotoPoint val) The entry point to thecatch(){}code.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":435.9-436.13, see this pretty print.)
Updates the (mutable) instance destructively.booleanLLJava.Goto.set_target(LLJava.GotoPoint val) Generated by umod; model author's documentation MISSING.protected FormatLLJava.__Formatter.toFormat(LLJava.GotoPoint el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.GotoPointModifier and TypeMethodDescriptionLLJava.__Patterns.cast_GotoPoint(Pattern<? super LLJava.GotoPoint> p) static Pattern<LLJava.Exception> LLJava.Exception.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.Goto.get_target(Pattern<? super LLJava.GotoPoint> p) Lifts a pattern which matches the field value to one which matches this whole object.Constructors in eu.bandm.tools.lljava.absy with parameters of type LLJava.GotoPointModifierConstructorDescriptionException(LLJava.GotoInterval range, LLJava.ClassReference type, LLJava.GotoPoint target) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".Exception(LLJava.GotoInterval range, LLJava.GotoPoint target) Synthetic minimal constructor provided by the umod compiler.Goto(LLJava.GotoPoint target) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
Uses of LLJava.GotoPoint in eu.bandm.tools.lljava.live.impl
Methods in eu.bandm.tools.lljava.live.impl that return LLJava.GotoPoint -
Uses of LLJava.GotoPoint in eu.bandm.tools.lljava.parser
Fields in eu.bandm.tools.lljava.parser with type parameters of type LLJava.GotoPointMethods in eu.bandm.tools.lljava.parser with parameters of type LLJava.GotoPointModifier and TypeMethodDescriptionprotected abstract LLJava.GotoLLJavaGrammar.gotoInstruction(Reducer.Context<SourceId> context, LLJava.GotoPoint target) protected LLJava.GotoLLJavaParser.gotoInstruction(Reducer.Context<SourceId> context, LLJava.GotoPoint target)