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.handlersGenerated 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 voidCodeSerializer.action(LLJava.Handler h) protected voidLLJava.__Formatter.action(LLJava.Handler el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.Handler e0) protected voidLLJava.MultiVisitor.action(LLJava.Handler e0) protected voidLLJava.Visitor.action(LLJava.Handler e0) protected voidLLJava.MultiVisitor.descend(LLJava.Handler e0) voidLLJava.MATCH_ONLY_00.match(LLJava.Handler e0) protected voidLLJava.MultiVisitor.post(LLJava.Handler e0) protected voidLLJava.MultiVisitor.pre(LLJava.Handler e0) protected FormatLLJava.__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.booleanLLJava.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.HandlerLLJavaGrammar.catchHandler(Reducer.Context<SourceId> context, List<LLJava.Label> prefixLabels, Optional<LLJava.ClassReference> type, List<LLJava.Label> infixLabels, LLJava.CodePoint body) protected LLJava.HandlerLLJavaParser.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.TryLLJavaGrammar.tryInstruction(Reducer.Context<SourceId> context, LLJava.CodeInterval body, List<LLJava.Handler> handlers) protected LLJava.TryLLJavaParser.tryInstruction(Reducer.Context<SourceId> context, LLJava.CodeInterval body, List<LLJava.Handler> handlers)