Uses of Class
eu.bandm.tools.lljava.absy.LLJava.InlineInterval
Packages that use LLJava.InlineInterval
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.InlineInterval in eu.bandm.tools.lljava.absy
Methods in eu.bandm.tools.lljava.absy that return LLJava.InlineIntervalModifier and TypeMethodDescriptionLLJava.InlineInterval.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.InlineIntervalModifier and TypeMethodDescriptionstatic Pattern
<LLJava.InlineInterval> LLJava.InlineInterval.get_body
(Pattern<? super LLJava.Block> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern
<LLJava.InlineInterval> LLJava.__Patterns.term_InlineInterval
(Pattern<? super LLJava.CodeInterval> superpattern, Pattern<? super LLJava.Block> p_body) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.InlineIntervalModifier and TypeMethodDescriptionprotected void
LLJava.__Formatter.action
(LLJava.InlineInterval el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.InlineInterval e0) protected void
LLJava.MultiVisitor.action
(LLJava.InlineInterval e0) protected void
LLJava.Visitor.action
(LLJava.InlineInterval e0) protected void
LLJava.MultiVisitor.descend
(LLJava.InlineInterval e0) void
LLJava.MATCH_ONLY_00.match
(LLJava.InlineInterval e0) protected void
LLJava.MultiVisitor.post
(LLJava.InlineInterval e0) protected void
LLJava.MultiVisitor.pre
(LLJava.InlineInterval e0) protected Format
LLJava.__Formatter.toFormat
(LLJava.InlineInterval el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.InlineIntervalModifier and TypeMethodDescriptionLLJava.__Patterns.cast_InlineInterval
(Pattern<? super LLJava.InlineInterval> p) -
Uses of LLJava.InlineInterval in eu.bandm.tools.lljava.parser
Methods in eu.bandm.tools.lljava.parser that return types with arguments of type LLJava.InlineIntervalModifier and TypeMethodDescriptionLLJavaGrammar.inlineInterval
(Expression<SourceId, LLJavaLexer.TokenType, LLJava.Block> block)