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 com.github.javaparser.symbolsolver.javaparsermodel Implementation of model based on JavaParser. -
-
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
Fields in com.github.javaparser.ast.expr with type parameters of type ArrayCreationLevel Modifier and Type Field Description private NodeList<ArrayCreationLevel>ArrayCreationExpr. levelsMethods 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, java.lang.Object arg)java.lang.BooleanEqualsVisitor. visit(ArrayCreationLevel n, Visitable arg)java.util.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)java.lang.IntegerHashCodeVisitor. visit(ArrayCreationLevel n, java.lang.Void arg)VisitableModifierVisitor. visit(ArrayCreationLevel n, A arg)java.lang.BooleanNoCommentEqualsVisitor. visit(ArrayCreationLevel n, Visitable arg)java.lang.IntegerNoCommentHashCodeVisitor. visit(ArrayCreationLevel n, java.lang.Void arg)voidNodeFinderVisitor. visit(ArrayCreationLevel n, Range arg)java.lang.BooleanObjectIdentityEqualsVisitor. visit(ArrayCreationLevel n, Visitable arg)java.lang.IntegerObjectIdentityHashCodeVisitor. visit(ArrayCreationLevel n, java.lang.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 voidDefaultPrettyPrinterVisitor. visit(ArrayCreationLevel n, java.lang.Void arg)voidPrettyPrintVisitor. visit(ArrayCreationLevel n, java.lang.Void arg)Deprecated. -
Uses of ArrayCreationLevel in com.github.javaparser.symbolsolver.javaparsermodel
Methods in com.github.javaparser.symbolsolver.javaparsermodel with parameters of type ArrayCreationLevel Modifier and Type Method Description ResolvedTypeDefaultVisitorAdapter. visit(ArrayCreationLevel node, java.lang.Boolean aBoolean)
-