Uses of Class
eu.bandm.tools.lljava.absy.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
Modifier 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
Modifier and TypeMethodDescriptionLLJava.Exception.doclone()
Clones this object.Copies values of all common fields from the argument.Modifier 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) Modifier 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) Modifier 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