Uses of Class
eu.bandm.tools.lljava.absy.LLJava.DynamicExpr
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.DynamicExpr in eu.bandm.tools.lljava.absy
Modifier and TypeMethodDescriptionLLJava.DynamicExpr.doclone()
Clones this object.Copies values of all common fields from the argument.Modifier and TypeMethodDescriptionstatic Pattern<LLJava.DynamicExpr>
LLJava.DynamicExpr.get_fullName
(Pattern<? super LLJava.MemberDynamicName> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.DynamicExpr>
LLJava.DynamicExpr.get_type
(Pattern<? super LLJava.TypeExpr> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.DynamicExpr>
LLJava.__Patterns.term_DynamicExpr
(Pattern<? super LLJava.LoadableExpr> superpattern, Pattern<? super LLJava.TypeExpr> p_type, Pattern<? super LLJava.MemberDynamicName> p_fullName) Modifier and TypeMethodDescriptionprotected void
LLJava.__Formatter.action
(LLJava.DynamicExpr el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.DynamicExpr e0) protected void
LLJava.MultiVisitor.action
(LLJava.DynamicExpr e0) protected void
LLJava.Visitor.action
(LLJava.DynamicExpr e0) protected void
LLJava.MultiVisitor.descend
(LLJava.DynamicExpr e0) void
LLJava.MATCH_ONLY_00.match
(LLJava.DynamicExpr e0) protected void
LLJava.MultiVisitor.post
(LLJava.DynamicExpr e0) protected void
LLJava.MultiVisitor.pre
(LLJava.DynamicExpr e0) protected Format
LLJava.__Formatter.toFormat
(LLJava.DynamicExpr el) Modifier and TypeMethodDescriptionLLJava.__Patterns.cast_DynamicExpr
(Pattern<? super LLJava.DynamicExpr> p) -
Uses of LLJava.DynamicExpr in eu.bandm.tools.lljava.parser
Modifier and TypeMethodDescriptionprotected abstract LLJava.DynamicExpr
LLJavaGrammar.dynamicReference
(Reducer.Context<SourceId> context, LLJava.TypeExpr type, LLJava.MemberDynamicName fullName) protected LLJava.DynamicExpr
LLJavaParser.dynamicReference
(Reducer.Context<SourceId> context, LLJava.TypeExpr type, LLJava.MemberDynamicName fullName) Modifier and TypeMethodDescriptionLLJavaGrammar.dynamicReference
(Expression<SourceId, LLJavaLexer.TokenType, LLJava.LoadableExpr> loadable)