Uses of Enum Class
com.github.javaparser.ast.type.ArrayType.Origin
Packages that use ArrayType.Origin
-
Uses of ArrayType.Origin in com.github.javaparser
Methods in com.github.javaparser with parameters of type ArrayType.OriginModifier and TypeMethodDescriptionGeneratedJavaParser.ArrayBracketPair
(ArrayType.Origin origin) Array bracket pairs is referred to asDims
within the JLS. -
Uses of ArrayType.Origin in com.github.javaparser.ast.type
Fields in com.github.javaparser.ast.type declared as ArrayType.OriginModifier and TypeFieldDescriptionprivate ArrayType.Origin
ArrayType.ArrayBracketPair.origin
private ArrayType.Origin
ArrayType.origin
Methods in com.github.javaparser.ast.type that return ArrayType.OriginModifier and TypeMethodDescriptionArrayType.ArrayBracketPair.getOrigin()
ArrayType.getOrigin()
static ArrayType.Origin
Returns the enum constant of this class with the specified name.static ArrayType.Origin[]
ArrayType.Origin.values()
Returns an array containing the constants of this enum class, 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.