Uses of Class
javassist.compiler.ast.ASTree
Packages that use ASTree
-
Uses of ASTree in javassist.compiler.ast
Subclasses of ASTree in javassist.compiler.astModifier and TypeClassDescriptionclassArray initializer such as{ 1, 2, 3 }.classAssignment expression.classA linked list.classBinary expression.classMethod call expression.classCast expression.classConditional expression.classVariable declarator.classDouble constant.classExpression.classclassInstanceof expression.classInteger constant.classKeyword.classMember name.classclassNew Expression.classA node of a a binary tree.classStatement.classString literal.classIdentifier.classVariable.Methods in javassist.compiler.ast that return ASTreeModifier 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()Methods in javassist.compiler.ast with parameters of type ASTreeModifier and TypeMethodDescriptionstatic ASTListAppends an object to a list.static ASTListstatic Exprstatic Exprstatic Stmntstatic Stmntstatic AssignExprAssignExpr.makeAssign(int op, ASTree oprand1, ASTree oprand2) static BinExprstatic CallExprvoidvoidvoidvoidvoidvoidvoidvoidExpr.setOprand1(ASTree expr) voidExpr.setOprand2(ASTree expr) voidvoidvoidvoidbooleanSubstitutesnewObjforoldObjin the list.Constructors in javassist.compiler.ast with parameters of type ASTreeModifierConstructorDescriptionConstructs an object.InstanceOfExpr(int type, int dim, ASTree expr) InstanceOfExpr(ASTList className, int dim, ASTree expr) MethodDecl(ASTree _head, ASTList _tail)