Uses of Class
com.github.javaparser.ast.type.PrimitiveType
-
Packages that use PrimitiveType Package Description com.github.javaparser 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
Methods in com.github.javaparser that return PrimitiveType Modifier and Type Method Description PrimitiveTypeGeneratedJavaParser. PrimitiveType(NodeList<AnnotationExpr> annotations)Note thatcharandbyteare 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 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 java.util.Optional<PrimitiveType>PrimitiveType. toPrimitiveType()java.util.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(java.util.function.Consumer<PrimitiveType> action)voidType. ifPrimitiveType(java.util.function.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, java.lang.Object arg)java.lang.BooleanEqualsVisitor. visit(PrimitiveType n, Visitable arg)java.util.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)java.lang.IntegerHashCodeVisitor. visit(PrimitiveType n, java.lang.Void arg)VisitableModifierVisitor. visit(PrimitiveType n, A arg)java.lang.BooleanNoCommentEqualsVisitor. visit(PrimitiveType n, Visitable arg)java.lang.IntegerNoCommentHashCodeVisitor. visit(PrimitiveType n, java.lang.Void arg)voidNodeFinderVisitor. visit(PrimitiveType n, Range arg)java.lang.BooleanObjectIdentityEqualsVisitor. visit(PrimitiveType n, Visitable arg)java.lang.IntegerObjectIdentityHashCodeVisitor. visit(PrimitiveType n, java.lang.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, java.lang.Void arg)voidPrettyPrintVisitor. visit(PrimitiveType n, java.lang.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 ResolvedTypeDefaultVisitorAdapter. visit(PrimitiveType node, java.lang.Boolean aBoolean)
-