Uses of Class
eu.bandm.tools.lljava.absy.LLJava.Try
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.Try in eu.bandm.tools.lljava.absy
Modifier and TypeMethodDescriptionLLJava.Try.doclone()
Clones this object.Copies values of all common fields from the argument.Modifier and TypeMethodDescriptionstatic Pattern<LLJava.Try>
LLJava.Try.get_body
(Pattern<? super LLJava.CodeInterval> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Try>
LLJava.Try.get_handlers
(Pattern<? super CheckedList<LLJava.Handler>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Try>
LLJava.__Patterns.term_Try
(Pattern<? super LLJava.Instruction> superpattern, Pattern<? super LLJava.CodeInterval> p_body, Pattern<? super CheckedList<LLJava.Handler>> p_handlers) Modifier and TypeMethodDescriptionprotected void
CodeSerializer.action
(LLJava.Try t) protected void
ExceptionTableCollector.Collector.action
(LLJava.Try t) protected void
LLJava.__Formatter.action
(LLJava.Try el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.Try e0) protected void
LLJava.MultiVisitor.action
(LLJava.Try e0) protected void
LLJava.Visitor.action
(LLJava.Try e0) protected void
LLJava.MultiVisitor.descend
(LLJava.Try e0) void
LLJava.MultiVisitor.follow_handlers
(LLJava.Try element) void
LLJava.Visitor.follow_handlers
(LLJava.Try element) void
LLJava.MATCH_ONLY_00.followAll_handlers
(LLJava.Try element) void
LLJava.MATCH_ONLY_00.match
(LLJava.Try e0) protected void
LLJava.MultiVisitor.post
(LLJava.Try e0) protected void
LLJava.MultiVisitor.pre
(LLJava.Try e0) protected Format
LLJava.__Formatter.toFormat
(LLJava.Try el) -
Uses of LLJava.Try in eu.bandm.tools.lljava.parser
Modifier and TypeMethodDescriptionprotected abstract LLJava.Try
LLJavaGrammar.tryInstruction
(Reducer.Context<SourceId> context, LLJava.CodeInterval body, List<LLJava.Handler> handlers) protected LLJava.Try
LLJavaParser.tryInstruction
(Reducer.Context<SourceId> context, LLJava.CodeInterval body, List<LLJava.Handler> handlers) Modifier and TypeMethodDescriptionLLJavaGrammar.tryInstruction
(Expression<SourceId, LLJavaLexer.TokenType, LLJava.Block> block)