Uses of Class
eu.bandm.tools.lljava.absy.LLJava.Try
Packages that use 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
Methods in eu.bandm.tools.lljava.absy that return LLJava.TryModifier and TypeMethodDescriptionLLJava.Try.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.TryModifier 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) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.TryModifier 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) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.Try -
Uses of LLJava.Try in eu.bandm.tools.lljava.parser
Methods in eu.bandm.tools.lljava.parser that return LLJava.TryModifier 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) Methods in eu.bandm.tools.lljava.parser that return types with arguments of type LLJava.TryModifier and TypeMethodDescriptionLLJavaGrammar.tryInstruction
(Expression<SourceId, LLJavaLexer.TokenType, LLJava.Block> block)