Uses of Class
com.github.javaparser.ast.ArrayCreationLevel
-
Packages that use ArrayCreationLevel Package Description com.github.javaparser.ast com.github.javaparser.ast.expr com.github.javaparser.ast.visitor com.github.javaparser.printer -
-
Uses of ArrayCreationLevel in com.github.javaparser.ast
Methods in com.github.javaparser.ast that return ArrayCreationLevel Modifier and Type Method Description ArrayCreationLevelArrayCreationLevel. clone()ArrayCreationLevelArrayCreationLevel. removeDimension()ArrayCreationLevelArrayCreationLevel. setAnnotations(NodeList<AnnotationExpr> annotations)ArrayCreationLevelArrayCreationLevel. setDimension(Expression dimension)Sets the dimension -
Uses of ArrayCreationLevel in com.github.javaparser.ast.expr
Methods in com.github.javaparser.ast.expr that return types with arguments of type ArrayCreationLevel Modifier and Type Method Description NodeList<ArrayCreationLevel>ArrayCreationExpr. getLevels()Method parameters in com.github.javaparser.ast.expr with type arguments of type ArrayCreationLevel Modifier and Type Method Description ArrayCreationExprArrayCreationExpr. setLevels(NodeList<ArrayCreationLevel> levels)Constructor parameters in com.github.javaparser.ast.expr with type arguments of type ArrayCreationLevel Constructor Description ArrayCreationExpr(Type elementType, NodeList<ArrayCreationLevel> levels, ArrayInitializerExpr initializer)ArrayCreationExpr(TokenRange tokenRange, Type elementType, NodeList<ArrayCreationLevel> levels, ArrayInitializerExpr initializer)This constructor is used by the parser and is considered private. -
Uses of ArrayCreationLevel in com.github.javaparser.ast.visitor
Methods in com.github.javaparser.ast.visitor with parameters of type ArrayCreationLevel Modifier and Type Method Description VisitableCloneVisitor. visit(ArrayCreationLevel n, Object arg)BooleanEqualsVisitor. visit(ArrayCreationLevel n, Visitable arg)List<R>GenericListVisitorAdapter. visit(ArrayCreationLevel n, A arg)RGenericVisitor. visit(ArrayCreationLevel n, A arg)RGenericVisitorAdapter. visit(ArrayCreationLevel n, A arg)RGenericVisitorWithDefaults. visit(ArrayCreationLevel n, A arg)IntegerHashCodeVisitor. visit(ArrayCreationLevel n, Void arg)VisitableModifierVisitor. visit(ArrayCreationLevel n, A arg)BooleanNoCommentEqualsVisitor. visit(ArrayCreationLevel n, Visitable arg)IntegerNoCommentHashCodeVisitor. visit(ArrayCreationLevel n, Void arg)BooleanObjectIdentityEqualsVisitor. visit(ArrayCreationLevel n, Visitable arg)IntegerObjectIdentityHashCodeVisitor. visit(ArrayCreationLevel n, Void arg)voidVoidVisitor. visit(ArrayCreationLevel n, A arg)voidVoidVisitorAdapter. visit(ArrayCreationLevel n, A arg)voidVoidVisitorWithDefaults. visit(ArrayCreationLevel n, A arg) -
Uses of ArrayCreationLevel in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type ArrayCreationLevel Modifier and Type Method Description voidPrettyPrintVisitor. visit(ArrayCreationLevel n, Void arg)
-