Uses of Class
eu.bandm.tools.lljava.absy.LLJava.InlinePoint
Packages that use LLJava.InlinePoint
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.InlinePoint in eu.bandm.tools.lljava.absy
Methods in eu.bandm.tools.lljava.absy that return LLJava.InlinePointModifier and TypeMethodDescriptionLLJava.InlinePoint.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.InlinePointModifier and TypeMethodDescriptionstatic Pattern
<LLJava.InlinePoint> LLJava.InlinePoint.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.InlinePoint> LLJava.__Patterns.term_InlinePoint
(Pattern<? super LLJava.CodePoint> superpattern, Pattern<? super LLJava.Block> p_body) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.InlinePointModifier and TypeMethodDescriptionprotected void
LLJava.__Formatter.action
(LLJava.InlinePoint el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.InlinePoint e0) protected void
LLJava.MultiVisitor.action
(LLJava.InlinePoint e0) protected void
LLJava.Visitor.action
(LLJava.InlinePoint e0) protected void
LLJava.MultiVisitor.descend
(LLJava.InlinePoint e0) void
LLJava.MATCH_ONLY_00.match
(LLJava.InlinePoint e0) protected void
LLJava.MultiVisitor.post
(LLJava.InlinePoint e0) protected void
LLJava.MultiVisitor.pre
(LLJava.InlinePoint e0) protected Format
LLJava.__Formatter.toFormat
(LLJava.InlinePoint el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.InlinePointModifier and TypeMethodDescriptionLLJava.__Patterns.cast_InlinePoint
(Pattern<? super LLJava.InlinePoint> p) -
Uses of LLJava.InlinePoint in eu.bandm.tools.lljava.parser
Methods in eu.bandm.tools.lljava.parser that return types with arguments of type LLJava.InlinePointModifier and TypeMethodDescriptionLLJavaGrammar.inlineReference
(Expression<SourceId, LLJavaLexer.TokenType, LLJava.Block> block)