Uses of Class
eu.bandm.tools.lljava.absy.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
Modifier and TypeFieldDescriptionprotected LLJava.GotoPoint
LLJava.Exception.target
The entry point to thecatch(){}
code.protected LLJava.GotoPoint
LLJava.Goto.target
Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionLLJava.GotoPoint.doclone()
Clones this object.LLJava.Exception.get_target()
The entry point to thecatch(){}
code.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.GotoPoint
CodeSerializer.unline
(LLJava.CodePoint i) Modifier 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) Modifier and TypeMethodDescriptionprotected void
ContextChecker.EnvironmentAnnotator.action
(LLJava.GotoPoint x) protected void
LLJava.__Formatter.action
(LLJava.GotoPoint el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.GotoPoint e0) protected void
LLJava.MultiVisitor.action
(LLJava.GotoPoint e0) protected void
LLJava.Visitor.action
(LLJava.GotoPoint e0) protected void
LLJava.MultiVisitor.descend
(LLJava.GotoPoint e0) void
LLJava.MATCH_ONLY_00.match
(LLJava.GotoPoint e0) protected void
LLJava.MultiVisitor.post
(LLJava.GotoPoint e0) protected void
LLJava.MultiVisitor.pre
(LLJava.GotoPoint e0) boolean
LLJava.Exception.set_target
(LLJava.GotoPoint val) The entry point to thecatch(){}
code.boolean
LLJava.Goto.set_target
(LLJava.GotoPoint val) Generated by umod; model author's documentation MISSING.protected Format
LLJava.__Formatter.toFormat
(LLJava.GotoPoint el) Modifier 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.ModifierConstructorDescriptionException
(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
-
Uses of LLJava.GotoPoint in eu.bandm.tools.lljava.parser
Modifier 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)