Uses of Class
javassist.compiler.ast.ASTree
-
Uses of ASTree in javassist.compiler.ast
Modifier and TypeClassDescriptionclass
Array initializer such as{ 1, 2, 3 }
.class
Assignment expression.class
A linked list.class
Binary expression.class
Method call expression.class
Cast expression.class
Conditional expression.class
Variable declarator.class
Double constant.class
Expression.class
class
Instanceof expression.class
Integer constant.class
Keyword.class
Member name.class
class
New Expression.class
A node of a a binary tree.class
Statement.class
String literal.class
Identifier.class
Variable.Modifier and TypeMethodDescriptionCondExpr.condExpr()
CondExpr.elseExpr()
FieldDecl.getInit()
Declarator.getInitializer()
ASTList.getLeft()
ASTree.getLeft()
Pair.getLeft()
CastExpr.getOprand()
ASTList.getRight()
ASTree.getRight()
Pair.getRight()
ASTList.head()
Returns the car part of the list.Expr.oprand1()
Expr.oprand2()
CondExpr.thenExpr()
Modifier and TypeMethodDescriptionstatic ASTList
Appends an object to a list.static ASTList
static Expr
static Expr
static Stmnt
static Stmnt
static AssignExpr
AssignExpr.makeAssign
(int op, ASTree oprand1, ASTree oprand2) static BinExpr
static CallExpr
void
void
void
void
void
void
void
void
Expr.setOprand1
(ASTree expr) void
Expr.setOprand2
(ASTree expr) void
void
void
void
boolean
SubstitutesnewObj
foroldObj
in the list.ModifierConstructorDescriptionConstructs an object.InstanceOfExpr
(int type, int dim, ASTree expr) InstanceOfExpr
(ASTList className, int dim, ASTree expr) MethodDecl
(ASTree _head, ASTList _tail)