Uses of Class
eu.bandm.tools.lljava.absy.LLJava.CodeInterval
Packages that use LLJava.CodeInterval
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.CodeInterval in eu.bandm.tools.lljava.absy
Subclasses of LLJava.CodeInterval in eu.bandm.tools.lljava.absyModifier and TypeClassDescriptionstatic classSyntactic expression denoting a labeled code interval by name.static classSyntactic expression denoting the full extent of an inteval defined inline.Fields in eu.bandm.tools.lljava.absy declared as LLJava.CodeIntervalModifier and TypeFieldDescriptionprotected LLJava.CodeIntervalLLJava.Try.bodyGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.lljava.absy that return LLJava.CodeIntervalModifier and TypeMethodDescriptionLLJava.CodeInterval.doclone()Clones this object.LLJava.Try.get_body()Generated by umod; model author's documentation MISSING.Copies values of all common fields from the argument.Methods in eu.bandm.tools.lljava.absy that return types with arguments of type LLJava.CodeIntervalModifier and TypeMethodDescriptionstatic Pattern<LLJava.CodeInterval> LLJava.__Patterns.term_CodeInterval(Pattern<? super LLJava.Node> superpattern) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.CodeIntervalModifier and TypeMethodDescriptionprotected voidLLJava.__Formatter.action(LLJava.CodeInterval el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.CodeInterval e0) protected voidLLJava.MultiVisitor.action(LLJava.CodeInterval e0) protected voidLLJava.Visitor.action(LLJava.CodeInterval e0) protected voidLLJava.MultiVisitor.descend(LLJava.CodeInterval e0) voidLLJava.MATCH_ONLY_00.match(LLJava.CodeInterval e0) protected voidLLJava.MultiVisitor.post(LLJava.CodeInterval e0) protected voidLLJava.MultiVisitor.pre(LLJava.CodeInterval e0) booleanLLJava.Try.set_body(LLJava.CodeInterval val) Generated by umod; model author's documentation MISSING.protected FormatLLJava.__Formatter.toFormat(LLJava.CodeInterval el) (package private) LLJava.GotoIntervalCodeSerializer.unline(LLJava.CodeInterval i) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.CodeIntervalModifier and TypeMethodDescriptionLLJava.__Patterns.cast_CodeInterval(Pattern<? super LLJava.CodeInterval> p) static 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.GotoInterval> LLJava.__Patterns.term_GotoInterval(Pattern<? super LLJava.CodeInterval> superpattern, Pattern<? super LLJava.Name> p_start, Pattern<? super LLJava.Name> p_end, Pattern<? super LLJava.Block> p_startTarget, Pattern<? super LLJava.Block> p_endTarget) static Pattern<LLJava.InlineInterval> LLJava.__Patterns.term_InlineInterval(Pattern<? super LLJava.CodeInterval> superpattern, Pattern<? super LLJava.Block> p_body) Constructors in eu.bandm.tools.lljava.absy with parameters of type LLJava.CodeIntervalModifierConstructorDescriptionTry(LLJava.CodeInterval body) Constructor generated according to specification #1
Constructor defined according to directive "C 1/..".Try(LLJava.CodeInterval body, CheckedList<LLJava.Handler> handlers) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
Uses of LLJava.CodeInterval in eu.bandm.tools.lljava.parser
Methods in eu.bandm.tools.lljava.parser that return types with arguments of type LLJava.CodeIntervalModifier and TypeMethodDescriptionLLJavaGrammar.codeInterval(Expression<SourceId, LLJavaLexer.TokenType, LLJava.Block> block) Methods in eu.bandm.tools.lljava.parser with parameters of type LLJava.CodeIntervalModifier 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)