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 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() -
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)IntegerHashCodeVisitor. visit(PrimitiveType n, Void arg)VisitableModifierVisitor. visit(PrimitiveType n, A 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) -
Uses of PrimitiveType in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type PrimitiveType Modifier and Type Method Description voidPrettyPrintVisitor. visit(PrimitiveType n, Void arg)
-