Uses of Class
eu.bandm.tools.lljava.absy.LLJava.ClassExpr
Packages that use LLJava.ClassExpr
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.ClassExpr in eu.bandm.tools.lljava.absy
Methods in eu.bandm.tools.lljava.absy that return LLJava.ClassExprModifier and TypeMethodDescriptionLLJava.ClassExpr.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.ClassExprModifier and TypeMethodDescriptionstatic Pattern
<LLJava.ClassExpr> LLJava.ClassExpr.get_type
(Pattern<? super LLJava.ClassTypeExpr> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern
<LLJava.ClassExpr> LLJava.__Patterns.term_ClassExpr
(Pattern<? super LLJava.LoadableExpr> superpattern, Pattern<? super LLJava.ClassTypeExpr> p_type) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.ClassExprModifier and TypeMethodDescriptionprotected void
ConstantPoolCollector.Creator.action
(LLJava.ClassExpr x) protected void
LLJava.__Formatter.action
(LLJava.ClassExpr el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.ClassExpr e0) protected void
LLJava.MultiVisitor.action
(LLJava.ClassExpr e0) protected void
LLJava.Visitor.action
(LLJava.ClassExpr e0) protected void
LLJava.MultiVisitor.descend
(LLJava.ClassExpr e0) void
LLJava.MATCH_ONLY_00.match
(LLJava.ClassExpr e0) protected void
LLJava.MultiVisitor.post
(LLJava.ClassExpr e0) protected void
LLJava.MultiVisitor.pre
(LLJava.ClassExpr e0) protected Format
LLJava.__Formatter.toFormat
(LLJava.ClassExpr el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.ClassExprModifier and TypeMethodDescriptionLLJava.__Patterns.cast_ClassExpr
(Pattern<? super LLJava.ClassExpr> p) -
Uses of LLJava.ClassExpr in eu.bandm.tools.lljava.parser
Fields in eu.bandm.tools.lljava.parser with type parameters of type LLJava.ClassExpr