Uses of Class
javassist.compiler.ast.ASTList
-
Uses of ASTList in javassist.compiler.ast
Modifier and TypeClassDescriptionclass
Array initializer such as{ 1, 2, 3 }
.class
Assignment expression.class
Binary expression.class
Method call expression.class
Cast expression.class
Conditional expression.class
Variable declarator.class
Expression.class
class
Instanceof expression.class
class
New Expression.class
Statement.Modifier and TypeMethodDescriptionstatic ASTList
Appends an object to a list.static ASTList
Concatenates two lists.NewExpr.getArguments()
NewExpr.getArraySize()
CastExpr.getClassName()
NewExpr.getClassName()
FieldDecl.getModifiers()
MethodDecl.getModifiers()
MethodDecl.getParams()
MethodDecl.getThrows()
static ASTList
ASTList.sublist
(int nth) Returns a sub list of the list.ASTList.tail()
Returns the cdr part of the list.Modifier and TypeMethodDescriptionstatic ASTList
Appends an object to a list.static String
Declarator.astToClassName
(ASTList name, char sep) void
static ASTList
Concatenates two lists.static int
static NewExpr
NewExpr.makeObjectArray
(ASTList className, ASTList arraySize, ArrayInit init) void
ModifierConstructorDescriptionDeclarator
(ASTList className, int dim) InstanceOfExpr
(ASTList className, int dim, ASTree expr) MethodDecl
(ASTree _head, ASTList _tail)