Uses of Enum
com.github.javaparser.ast.type.ArrayType.Origin
Packages that use ArrayType.Origin
-
Uses of ArrayType.Origin in com.github.javaparser.ast.type
Methods in com.github.javaparser.ast.type that return ArrayType.OriginModifier and TypeMethodDescriptionArrayType.ArrayBracketPair.getOrigin()ArrayType.getOrigin()static ArrayType.OriginReturns the enum constant of this type with the specified name.static ArrayType.Origin[]ArrayType.Origin.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.javaparser.ast.type with parameters of type ArrayType.OriginModifier and TypeMethodDescriptionArrayType.ArrayBracketPair.setOrigin(ArrayType.Origin origin)ArrayType.setOrigin(ArrayType.Origin origin)Constructors in com.github.javaparser.ast.type with parameters of type ArrayType.OriginModifierConstructorDescriptionArrayBracketPair(TokenRange tokenRange, ArrayType.Origin origin, NodeList<AnnotationExpr> annotations)ArrayType(Type componentType, ArrayType.Origin origin, NodeList<AnnotationExpr> annotations)ArrayType(TokenRange tokenRange, Type componentType, ArrayType.Origin origin, NodeList<AnnotationExpr> annotations)This constructor is used by the parser and is considered private.