Uses of Class
eu.bandm.tools.lljava.absy.LLJava.Jump
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.Jump in eu.bandm.tools.lljava.absy
Modifier and TypeClassDescriptionstatic class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionLLJava.Jump.doclone()
Clones this object.Copies values of all common fields from the argument.Modifier and TypeMethodDescriptionstatic Pattern<LLJava.Jump>
LLJava.__Patterns.term_Jump
(Pattern<? super LLJava.Instruction> superpattern) Modifier and TypeMethodDescriptionprotected void
LLJava.__Formatter.action
(LLJava.Jump el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.Jump e0) protected void
LLJava.MultiVisitor.action
(LLJava.Jump e0) protected void
LLJava.Visitor.action
(LLJava.Jump e0) protected void
LLJava.MultiVisitor.descend
(LLJava.Jump e0) void
LLJava.MATCH_ONLY_00.match
(LLJava.Jump e0) protected void
LLJava.MultiVisitor.post
(LLJava.Jump e0) protected void
LLJava.MultiVisitor.pre
(LLJava.Jump e0) protected Format
LLJava.__Formatter.toFormat
(LLJava.Jump el) Modifier and TypeMethodDescriptionLLJava.__Patterns.cast_Jump
(Pattern<? super LLJava.Jump> p) static Pattern<LLJava.Goto>
LLJava.__Patterns.term_Goto
(Pattern<? super LLJava.Jump> superpattern, Pattern<? super LLJava.GotoPoint> p_target) static Pattern<LLJava.Return>
LLJava.__Patterns.term_Return
(Pattern<? super LLJava.Jump> superpattern) static Pattern<LLJava.Throw>
LLJava.__Patterns.term_Throw
(Pattern<? super LLJava.Jump> superpattern)