Uses of Class
com.github.javaparser.ast.type.PrimitiveType
Packages that use PrimitiveType
Package
Description
-
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 PrimitiveTypePrimitiveType.booleanType()static PrimitiveTypePrimitiveType.byteType()static PrimitiveTypePrimitiveType.charType()PrimitiveType.clone()static PrimitiveTypePrimitiveType.doubleType()static PrimitiveTypePrimitiveType.floatType()static PrimitiveTypePrimitiveType.intType()static PrimitiveTypePrimitiveType.longType()PrimitiveType.setAnnotations(NodeList<AnnotationExpr> annotations)PrimitiveType.setType(PrimitiveType.Primitive type)static PrimitiveTypePrimitiveType.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 TypeMethodDescriptionvoidPrimitiveType.ifPrimitiveType(Consumer<PrimitiveType> action)voidType.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)ObjectIdentityEqualsVisitor.visit(PrimitiveType n, Visitable arg)ObjectIdentityHashCodeVisitor.visit(PrimitiveType n, Void arg)voidVoidVisitor.visit(PrimitiveType n, A arg)voidVoidVisitorAdapter.visit(PrimitiveType n, A arg)voidVoidVisitorWithDefaults.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 TypeMethodDescriptionvoidDefaultPrettyPrinterVisitor.visit(PrimitiveType n, Void arg)voidPrettyPrintVisitor.visit(PrimitiveType n, Void arg)Deprecated.