Uses of Class
eu.bandm.tools.lljava.absy.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
Modifier and TypeFieldDescriptionprotected CheckedList<LLJava.Handler>
LLJava.Try.handlers
Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionLLJava.Handler.doclone()
Clones this object.Copies values of all common fields from the argument.Modifier 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) Modifier 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) Modifier 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.ModifierConstructorDescriptionTry
(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
Modifier 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) Modifier and TypeMethodDescriptionLLJavaGrammar.catchHandler
(Expression<SourceId, LLJavaLexer.TokenType, LLJava.Block> block) 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)