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 asDimswithin 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.OriginArrayType.ArrayBracketPair.originprivate ArrayType.OriginArrayType.originMethods in com.github.javaparser.ast.type that return ArrayType.OriginModifier and TypeMethodDescriptionArrayType.ArrayBracketPair.getOrigin()ArrayType.getOrigin()static ArrayType.OriginReturns 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.