Uses of Class
eu.bandm.tools.lljava.absy.LLJava.Handler
Packages that use LLJava.Handler
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.Handler in eu.bandm.tools.lljava.absy
Fields in eu.bandm.tools.lljava.absy with type parameters of type LLJava.HandlerModifier and TypeFieldDescriptionprotected CheckedList
<LLJava.Handler> LLJava.Try.handlers
Generated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.lljava.absy that return LLJava.HandlerModifier and TypeMethodDescriptionLLJava.Handler.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.HandlerModifier and TypeMethodDescriptionstatic Pattern
<LLJava.Handler> LLJava.Handler.get_body
(Pattern<? super LLJava.CodePoint> p) Lifts a pattern which matches the field value to one which matches this whole object.LLJava.Try.get_handlers()
Generated by umod; model author's documentation MISSING.static Pattern
<LLJava.Handler> LLJava.Handler.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.Handler> LLJava.__Patterns.term_Handler
(Pattern<? super LLJava.Node> superpattern, Pattern<? super LLJava.ClassReference> p_type, Pattern<? super LLJava.CodePoint> p_body) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.HandlerModifier and TypeMethodDescriptionprotected void
CodeSerializer.action
(LLJava.Handler h) protected void
LLJava.__Formatter.action
(LLJava.Handler el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.Handler e0) protected void
LLJava.MultiVisitor.action
(LLJava.Handler e0) protected void
LLJava.Visitor.action
(LLJava.Handler e0) protected void
LLJava.MultiVisitor.descend
(LLJava.Handler e0) void
LLJava.MATCH_ONLY_00.match
(LLJava.Handler e0) protected void
LLJava.MultiVisitor.post
(LLJava.Handler e0) protected void
LLJava.MultiVisitor.pre
(LLJava.Handler e0) protected Format
LLJava.__Formatter.toFormat
(LLJava.Handler el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.HandlerModifier and TypeMethodDescriptionLLJava.__Patterns.cast_Handler
(Pattern<? super LLJava.Handler> p) 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.boolean
LLJava.Try.set_handlers
(CheckedList<LLJava.Handler> val) Generated by umod; model author's documentation MISSING.Constructor parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.HandlerModifierConstructorDescriptionTry
(LLJava.CodeInterval body, CheckedList<LLJava.Handler> handlers) Constructor generated according to specification #0
Constructor defined according to directive "C 0/.."
. -
Uses of LLJava.Handler in eu.bandm.tools.lljava.parser
Methods in eu.bandm.tools.lljava.parser that return LLJava.HandlerModifier and TypeMethodDescriptionprotected abstract LLJava.Handler
LLJavaGrammar.catchHandler
(Reducer.Context<SourceId> context, List<LLJava.Label> prefixLabels, Optional<LLJava.ClassReference> type, List<LLJava.Label> infixLabels, LLJava.CodePoint body) protected LLJava.Handler
LLJavaParser.catchHandler
(Reducer.Context<SourceId> context, List<LLJava.Label> prefixLabels, Optional<LLJava.ClassReference> type, List<LLJava.Label> infixLabels, LLJava.CodePoint body) Methods in eu.bandm.tools.lljava.parser that return types with arguments of type LLJava.HandlerModifier and TypeMethodDescriptionLLJavaGrammar.catchHandler
(Expression<SourceId, LLJavaLexer.TokenType, LLJava.Block> block) Method parameters in eu.bandm.tools.lljava.parser with type arguments of type LLJava.HandlerModifier 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)