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 TypeFieldDescription(package private) Multimap
<LLJava.Instruction, LLJava.Exception> ControlFlowAnalyzer.ControlFlow.exceptional
protected CheckedList
<LLJava.Exception> LLJava.CodeMethodBody.exceptionTable
The table of exception handlers for the code of this method.(package private) Multimap
<LLJava.Instruction, LLJava.Exception> ControlFlowAnalyzer.ControlFlow.handlers
(package private) List
<? super LLJava.Exception> ExceptionTableCollector.Collector.table
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 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 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 void
LLJava.__Formatter.action
(LLJava.Exception el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.Exception e0) protected void
LLJava.MultiVisitor.action
(LLJava.Exception e0) protected void
LLJava.Visitor.action
(LLJava.Exception e0) protected void
LLJava.MultiVisitor.descend
(LLJava.Exception e0) void
LLJava.MATCH_ONLY_00.match
(LLJava.Exception e0) protected void
LLJava.MultiVisitor.post
(LLJava.Exception e0) protected void
LLJava.MultiVisitor.pre
(LLJava.Exception e0) protected Format
LLJava.__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 CheckedList<LLJava.Exception>> p) Lifts a pattern which matches the field value to one which matches this whole object.boolean
LLJava.CodeMethodBody.set_exceptionTable
(CheckedList<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