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 classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated 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 voidLLJava.__Formatter.action(LLJava.Jump el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.Jump e0) protected voidLLJava.MultiVisitor.action(LLJava.Jump e0) protected voidLLJava.Visitor.action(LLJava.Jump e0) protected voidLLJava.MultiVisitor.descend(LLJava.Jump e0) voidLLJava.MATCH_ONLY_00.match(LLJava.Jump e0) protected voidLLJava.MultiVisitor.post(LLJava.Jump e0) protected voidLLJava.MultiVisitor.pre(LLJava.Jump e0) protected FormatLLJava.__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)