Uses of Class
eu.bandm.tools.lljava.absy.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
Modifier 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.Modifier and TypeFieldDescriptionprotected LLJava.CodeInterval
LLJava.Try.body
Generated by umod; model author's documentation MISSING.Modifier 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.Modifier and TypeMethodDescriptionstatic Pattern<LLJava.CodeInterval>
LLJava.__Patterns.term_CodeInterval
(Pattern<? super LLJava.Node> superpattern) Modifier 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) Modifier 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) ModifierConstructorDescriptionTry
(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
Modifier and TypeMethodDescriptionLLJavaGrammar.codeInterval
(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)