Uses of Class
eu.bandm.tools.lljava.absy.LLJava.Exception
Packages that use LLJava.Exception
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.Exception in eu.bandm.tools.lljava.absy
Fields in eu.bandm.tools.lljava.absy with type parameters of type LLJava.ExceptionModifier and TypeFieldDescriptionprotected NonNullList<LLJava.Exception> LLJava.CodeMethodBody.exceptionTableThe table of exception handlers for the code of this method.Methods in eu.bandm.tools.lljava.absy that return LLJava.ExceptionModifier and TypeMethodDescriptionLLJava.Exception.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.ExceptionModifier and TypeMethodDescriptionControlFlowAnalyzer.ControlFlow.exceptional()LLJava.CodeMethodBody.get_exceptionTable()The table of exception handlers for the code of this method.static Pattern<LLJava.Exception> LLJava.Exception.get_range(Pattern<? super LLJava.GotoInterval> p) Lifts a pattern which matches the field value to one which matches this whole object.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.Exception> LLJava.Exception.get_type(Pattern<? super @Opt LLJava.ClassReference> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Exception> LLJava.__Patterns.term_Exception(Pattern<? super LLJava.Node> superpattern, Pattern<? super LLJava.GotoInterval> p_range, Pattern<? super @Opt LLJava.ClassReference> p_type, Pattern<? super LLJava.GotoPoint> p_target) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.ExceptionModifier and TypeMethodDescriptionprotected voidLLJava.__Formatter.action(LLJava.Exception el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.Exception e0) protected voidLLJava.MultiVisitor.action(LLJava.Exception e0) protected voidLLJava.Visitor.action(LLJava.Exception e0) protected voidLLJava.MultiVisitor.descend(LLJava.Exception e0) voidLLJava.MATCH_ONLY_00.match(LLJava.Exception e0) protected voidLLJava.MultiVisitor.post(LLJava.Exception e0) protected voidLLJava.MultiVisitor.pre(LLJava.Exception e0) protected FormatLLJava.__Formatter.toFormat(LLJava.Exception el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.ExceptionModifier and TypeMethodDescriptionLLJava.__Patterns.cast_Exception(Pattern<? super LLJava.Exception> p) static Pattern<LLJava.CodeMethodBody> LLJava.CodeMethodBody.get_exceptionTable(Pattern<? super NonNullList<LLJava.Exception>> p) Lifts a pattern which matches the field value to one which matches this whole object.booleanLLJava.CodeMethodBody.set_exceptionTable(NonNullList<LLJava.Exception> val) The table of exception handlers for the code of this method. -
Uses of LLJava.Exception in eu.bandm.tools.lljava.codec
Methods in eu.bandm.tools.lljava.codec with parameters of type LLJava.Exception