Uses of Class
javassist.compiler.ast.ASTList
Packages that use ASTList
-
Uses of ASTList in javassist.compiler.ast
Subclasses of ASTList in javassist.compiler.astModifier and TypeClassDescriptionclassArray initializer such as{ 1, 2, 3 }.classAssignment expression.classBinary expression.classMethod call expression.classCast expression.classConditional expression.classVariable declarator.classExpression.classclassInstanceof expression.classclassNew Expression.classStatement.Methods in javassist.compiler.ast that return ASTListModifier and TypeMethodDescriptionstatic ASTListAppends an object to a list.static ASTListConcatenates two lists.NewExpr.getArguments()NewExpr.getArraySize()CastExpr.getClassName()NewExpr.getClassName()FieldDecl.getModifiers()MethodDecl.getModifiers()MethodDecl.getParams()MethodDecl.getThrows()static ASTListASTList.sublist(int nth) Returns a sub list of the list.ASTList.tail()Returns the cdr part of the list.Methods in javassist.compiler.ast with parameters of type ASTListModifier and TypeMethodDescriptionstatic ASTListAppends an object to a list.static StringDeclarator.astToClassName(ASTList name, char sep) voidstatic ASTListConcatenates two lists.static intstatic NewExprNewExpr.makeObjectArray(ASTList className, ASTList arraySize, ArrayInit init) voidConstructors in javassist.compiler.ast with parameters of type ASTListModifierConstructorDescriptionDeclarator(ASTList className, int dim) InstanceOfExpr(ASTList className, int dim, ASTree expr) MethodDecl(ASTree _head, ASTList _tail)