Uses of Class
javassist.compiler.ast.ArrayInit
-
Packages that use ArrayInit Package Description javassist.compiler javassist.compiler.ast -
-
Uses of ArrayInit in javassist.compiler
Methods in javassist.compiler that return ArrayInit Modifier and Type Method Description private ArrayInit
Parser. parseArrayInitializer(SymbolTable tbl)
Methods in javassist.compiler with parameters of type ArrayInit Modifier and Type Method Description abstract void
CodeGen. atArrayInit(ArrayInit init)
void
MemberCodeGen. atArrayInit(ArrayInit init)
void
TypeChecker. atArrayInit(ArrayInit init)
protected abstract void
CodeGen. atArrayVariableAssign(ArrayInit init, int varType, int varArray, java.lang.String varClass)
protected void
MemberCodeGen. atArrayVariableAssign(ArrayInit init, int varType, int varArray, java.lang.String varClass)
private void
MemberCodeGen. atNewArrayExpr2(int type, ASTree sizeExpr, java.lang.String jvmClassname, ArrayInit init)
-
Uses of ArrayInit in javassist.compiler.ast
Methods in javassist.compiler.ast that return ArrayInit Modifier and Type Method Description ArrayInit
NewExpr. getInitializer()
Methods in javassist.compiler.ast with parameters of type ArrayInit Modifier and Type Method Description void
Visitor. atArrayInit(ArrayInit n)
static NewExpr
NewExpr. makeObjectArray(ASTList className, ASTList arraySize, ArrayInit init)
Constructors in javassist.compiler.ast with parameters of type ArrayInit Constructor Description NewExpr(int type, ASTList arraySize, ArrayInit init)
-