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 class
Syntactic expression denoting a labeled code interval by name.static class
Syntactic expression denoting the full extent of an inteval defined inline.Fields in eu.bandm.tools.lljava.absy declared as LLJava.CodeIntervalModifier and TypeFieldDescriptionprotected LLJava.CodeInterval
LLJava.Try.body
Generated 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 void
LLJava.__Formatter.action
(LLJava.CodeInterval el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.CodeInterval e0) protected void
LLJava.MultiVisitor.action
(LLJava.CodeInterval e0) protected void
LLJava.Visitor.action
(LLJava.CodeInterval e0) protected void
LLJava.MultiVisitor.descend
(LLJava.CodeInterval e0) void
LLJava.MATCH_ONLY_00.match
(LLJava.CodeInterval e0) protected void
LLJava.MultiVisitor.post
(LLJava.CodeInterval e0) protected void
LLJava.MultiVisitor.pre
(LLJava.CodeInterval e0) boolean
LLJava.Try.set_body
(LLJava.CodeInterval val) Generated by umod; model author's documentation MISSING.protected Format
LLJava.__Formatter.toFormat
(LLJava.CodeInterval el) (package private) LLJava.GotoInterval
CodeSerializer.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.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)