Uses of Class
eu.bandm.tools.lljava.absy.LLJava.Jump
Packages that use 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
Subclasses of LLJava.Jump in eu.bandm.tools.lljava.absyModifier 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.Methods in eu.bandm.tools.lljava.absy that return LLJava.JumpModifier and TypeMethodDescriptionLLJava.Jump.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.JumpModifier and TypeMethodDescriptionstatic Pattern
<LLJava.Jump> LLJava.__Patterns.term_Jump
(Pattern<? super LLJava.Instruction> superpattern) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.JumpModifier 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) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.JumpModifier 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)