Uses of Class
com.github.javaparser.ast.type.PrimitiveType
Packages that use PrimitiveType
Package
Description
Implementation of model based on JavaParser.
-
Uses of PrimitiveType in com.github.javaparser
Methods in com.github.javaparser that return PrimitiveTypeModifier and TypeMethodDescriptionfinal PrimitiveType
GeneratedJavaParser.PrimitiveType
(NodeList<AnnotationExpr> annotations) Note thatchar
andbyte
are treated as anIntegralType
, which is a subtype ofNumericType
. -
Uses of PrimitiveType in com.github.javaparser.ast.type
Methods in com.github.javaparser.ast.type that return PrimitiveTypeModifier and TypeMethodDescriptionPrimitiveType.asPrimitiveType()
Type.asPrimitiveType()
static PrimitiveType
PrimitiveType.booleanType()
static PrimitiveType
PrimitiveType.byteType()
static PrimitiveType
PrimitiveType.charType()
PrimitiveType.clone()
static PrimitiveType
PrimitiveType.doubleType()
static PrimitiveType
PrimitiveType.floatType()
static PrimitiveType
PrimitiveType.intType()
static PrimitiveType
PrimitiveType.longType()
PrimitiveType.setAnnotations
(NodeList<AnnotationExpr> annotations) PrimitiveType.setType
(PrimitiveType.Primitive type) static PrimitiveType
PrimitiveType.shortType()
ClassOrInterfaceType.toUnboxedType()
Methods in com.github.javaparser.ast.type that return types with arguments of type PrimitiveTypeMethod parameters in com.github.javaparser.ast.type with type arguments of type PrimitiveTypeModifier and TypeMethodDescriptionvoid
PrimitiveType.ifPrimitiveType
(Consumer<PrimitiveType> action) void
Type.ifPrimitiveType
(Consumer<PrimitiveType> action) -
Uses of PrimitiveType in com.github.javaparser.ast.visitor
Methods in com.github.javaparser.ast.visitor with parameters of type PrimitiveTypeModifier and TypeMethodDescriptionCloneVisitor.visit
(PrimitiveType n, Object arg) EqualsVisitor.visit
(PrimitiveType n, Visitable arg) GenericListVisitorAdapter.visit
(PrimitiveType n, A arg) GenericVisitor.visit
(PrimitiveType n, A arg) GenericVisitorAdapter.visit
(PrimitiveType n, A arg) GenericVisitorWithDefaults.visit
(PrimitiveType n, A arg) HashCodeVisitor.visit
(PrimitiveType n, Void arg) ModifierVisitor.visit
(PrimitiveType n, A arg) NoCommentEqualsVisitor.visit
(PrimitiveType n, Visitable arg) NoCommentHashCodeVisitor.visit
(PrimitiveType n, Void arg) void
NodeFinderVisitor.visit
(PrimitiveType n, Range arg) ObjectIdentityEqualsVisitor.visit
(PrimitiveType n, Visitable arg) ObjectIdentityHashCodeVisitor.visit
(PrimitiveType n, Void arg) void
VoidVisitor.visit
(PrimitiveType n, A arg) void
VoidVisitorAdapter.visit
(PrimitiveType n, A arg) void
VoidVisitorWithDefaults.visit
(PrimitiveType n, A arg) -
Uses of PrimitiveType in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type PrimitiveTypeModifier and TypeMethodDescriptionvoid
DefaultPrettyPrinterVisitor.visit
(PrimitiveType n, Void arg) void
PrettyPrintVisitor.visit
(PrimitiveType n, Void arg) Deprecated. -
Uses of PrimitiveType in com.github.javaparser.symbolsolver.javaparsermodel
Methods in com.github.javaparser.symbolsolver.javaparsermodel with parameters of type PrimitiveTypeModifier and TypeMethodDescriptionDefaultVisitorAdapter.visit
(PrimitiveType node, Boolean aBoolean)