Uses of Class
com.github.javaparser.ast.type.UnknownType
Packages that use UnknownType
Package
Description
Implementation of model based on JavaParser.
-
Uses of UnknownType in com.github.javaparser.ast.type
Methods in com.github.javaparser.ast.type that return UnknownTypeModifier and TypeMethodDescriptionType.asUnknownType()
UnknownType.asUnknownType()
UnknownType.clone()
UnknownType.setAnnotations
(NodeList<AnnotationExpr> annotations) Methods in com.github.javaparser.ast.type that return types with arguments of type UnknownTypeMethod parameters in com.github.javaparser.ast.type with type arguments of type UnknownTypeModifier and TypeMethodDescriptionvoid
Type.ifUnknownType
(Consumer<UnknownType> action) void
UnknownType.ifUnknownType
(Consumer<UnknownType> action) -
Uses of UnknownType in com.github.javaparser.ast.visitor
Methods in com.github.javaparser.ast.visitor with parameters of type UnknownTypeModifier and TypeMethodDescriptionCloneVisitor.visit
(UnknownType n, Object arg) EqualsVisitor.visit
(UnknownType n, Visitable arg) GenericListVisitorAdapter.visit
(UnknownType n, A arg) GenericVisitor.visit
(UnknownType n, A arg) GenericVisitorAdapter.visit
(UnknownType n, A arg) GenericVisitorWithDefaults.visit
(UnknownType n, A arg) HashCodeVisitor.visit
(UnknownType n, Void arg) ModifierVisitor.visit
(UnknownType n, A arg) NoCommentEqualsVisitor.visit
(UnknownType n, Visitable arg) NoCommentHashCodeVisitor.visit
(UnknownType n, Void arg) void
NodeFinderVisitor.visit
(UnknownType n, Range arg) ObjectIdentityEqualsVisitor.visit
(UnknownType n, Visitable arg) ObjectIdentityHashCodeVisitor.visit
(UnknownType n, Void arg) void
VoidVisitor.visit
(UnknownType n, A arg) void
VoidVisitorAdapter.visit
(UnknownType n, A arg) void
VoidVisitorWithDefaults.visit
(UnknownType n, A arg) -
Uses of UnknownType in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type UnknownTypeModifier and TypeMethodDescriptionvoid
DefaultPrettyPrinterVisitor.visit
(UnknownType n, Void arg) void
PrettyPrintVisitor.visit
(UnknownType n, Void arg) Deprecated. -
Uses of UnknownType in com.github.javaparser.symbolsolver.javaparsermodel
Methods in com.github.javaparser.symbolsolver.javaparsermodel with parameters of type UnknownTypeModifier and TypeMethodDescriptionDefaultVisitorAdapter.visit
(UnknownType node, Boolean aBoolean)