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 -
-
Uses of PrimitiveType in com.github.javaparser.ast.type
Methods in com.github.javaparser.ast.type that return PrimitiveType Modifier and Type Method Description PrimitiveTypePrimitiveType. asPrimitiveType()PrimitiveTypeType. asPrimitiveType()static PrimitiveTypePrimitiveType. booleanType()static PrimitiveTypePrimitiveType. byteType()static PrimitiveTypePrimitiveType. charType()PrimitiveTypePrimitiveType. clone()static PrimitiveTypePrimitiveType. doubleType()static PrimitiveTypePrimitiveType. floatType()static PrimitiveTypePrimitiveType. intType()static PrimitiveTypePrimitiveType. longType()PrimitiveTypePrimitiveType. setAnnotations(NodeList<AnnotationExpr> annotations)PrimitiveTypePrimitiveType. setType(PrimitiveType.Primitive type)static PrimitiveTypePrimitiveType. shortType()PrimitiveTypeClassOrInterfaceType. 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 voidPrimitiveType. 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 PrimitiveType Modifier and Type Method Description VisitableCloneVisitor. visit(PrimitiveType n, Object arg)BooleanEqualsVisitor. visit(PrimitiveType n, Visitable arg)List<R>GenericListVisitorAdapter. visit(PrimitiveType n, A arg)RGenericVisitor. visit(PrimitiveType n, A arg)RGenericVisitorAdapter. visit(PrimitiveType n, A arg)RGenericVisitorWithDefaults. visit(PrimitiveType n, A arg)IntegerHashCodeVisitor. visit(PrimitiveType n, Void arg)VisitableModifierVisitor. visit(PrimitiveType n, A arg)BooleanNoCommentEqualsVisitor. visit(PrimitiveType n, Visitable arg)IntegerNoCommentHashCodeVisitor. visit(PrimitiveType n, Void arg)voidNodeFinderVisitor. visit(PrimitiveType n, Range arg)BooleanObjectIdentityEqualsVisitor. visit(PrimitiveType n, Visitable arg)IntegerObjectIdentityHashCodeVisitor. 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 PrimitiveType Modifier and Type Method Description voidDefaultPrettyPrinterVisitor. visit(PrimitiveType n, Void arg)voidPrettyPrintVisitor. visit(PrimitiveType n, Void arg)Deprecated.
-