Uses of Class
com.github.javaparser.ast.type.PrimitiveType
-
Packages that use PrimitiveType Package Description com.github.javaparser.ast.type com.github.javaparser.ast.visitor com.github.javaparser.printer com.github.javaparser.symbolsolver.javaparsermodel Implementation of model based on JavaParser. -
-
Uses of PrimitiveType in com.github.javaparser.ast.type
Methods in com.github.javaparser.ast.type that return PrimitiveType Modifier and Type Method Description PrimitiveType
PrimitiveType. asPrimitiveType()
PrimitiveType
Type. asPrimitiveType()
static PrimitiveType
PrimitiveType. booleanType()
static PrimitiveType
PrimitiveType. byteType()
static PrimitiveType
PrimitiveType. charType()
PrimitiveType
PrimitiveType. clone()
static PrimitiveType
PrimitiveType. doubleType()
static PrimitiveType
PrimitiveType. floatType()
static PrimitiveType
PrimitiveType. intType()
static PrimitiveType
PrimitiveType. longType()
PrimitiveType
PrimitiveType. setAnnotations(NodeList<AnnotationExpr> annotations)
PrimitiveType
PrimitiveType. setType(PrimitiveType.Primitive type)
static PrimitiveType
PrimitiveType. shortType()
PrimitiveType
ClassOrInterfaceType. toUnboxedType()
Methods in com.github.javaparser.ast.type that return types with arguments of type PrimitiveType Modifier and Type Method Description Optional<PrimitiveType>
PrimitiveType. toPrimitiveType()
Optional<PrimitiveType>
Type. toPrimitiveType()
Method parameters in com.github.javaparser.ast.type with type arguments of type PrimitiveType Modifier and Type Method Description void
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 PrimitiveType Modifier and Type Method Description Visitable
CloneVisitor. visit(PrimitiveType n, Object arg)
Boolean
EqualsVisitor. visit(PrimitiveType n, Visitable arg)
List<R>
GenericListVisitorAdapter. visit(PrimitiveType n, A arg)
R
GenericVisitor. visit(PrimitiveType n, A arg)
R
GenericVisitorAdapter. visit(PrimitiveType n, A arg)
R
GenericVisitorWithDefaults. visit(PrimitiveType n, A arg)
Integer
HashCodeVisitor. visit(PrimitiveType n, Void arg)
Visitable
ModifierVisitor. visit(PrimitiveType n, A arg)
Boolean
NoCommentEqualsVisitor. visit(PrimitiveType n, Visitable arg)
Integer
NoCommentHashCodeVisitor. visit(PrimitiveType n, Void arg)
Boolean
ObjectIdentityEqualsVisitor. visit(PrimitiveType n, Visitable arg)
Integer
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 PrimitiveType Modifier and Type Method Description void
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 PrimitiveType Modifier and Type Method Description ResolvedType
DefaultVisitorAdapter. visit(PrimitiveType node, Boolean aBoolean)
-