Uses of Interface
com.google.javascript.rhino.jstype.Visitor
-
Packages that use Visitor Package Description com.google.javascript.rhino.jstype -
-
Uses of Visitor in com.google.javascript.rhino.jstype
Classes in com.google.javascript.rhino.jstype that implement Visitor Modifier and Type Class Description classTemplateTypeReplacerSpecializesTemplatizedTypes according to provided bindings.static classVisitor.WithDefaultCase<T>A type visitor with a default behaviour.Methods in com.google.javascript.rhino.jstype with parameters of type Visitor Modifier and Type Method Description <T> TAllType. visit(Visitor<T> visitor)<T> TBigIntType. visit(Visitor<T> visitor)<T> TBooleanType. visit(Visitor<T> visitor)<T> TEnumElementType. visit(Visitor<T> visitor)<T> TEnumType. visit(Visitor<T> visitor)<T> TFunctionType. visit(Visitor<T> visitor)abstract <T> TJSType. visit(Visitor<T> visitor)Visit this type with the given visitor.<T> TNamedType. visit(Visitor<T> visitor)<T> TNoObjectType. visit(Visitor<T> visitor)<T> TNoType. visit(Visitor<T> visitor)<T> TNullType. visit(Visitor<T> visitor)<T> TNumberType. visit(Visitor<T> visitor)<T> TObjectType. visit(Visitor<T> visitor)<T> TProxyObjectType. visit(Visitor<T> visitor)<T> TStringType. visit(Visitor<T> visitor)<T> TSymbolType. visit(Visitor<T> visitor)<T> TTemplateType. visit(Visitor<T> visitor)<T> TTemplatizedType. visit(Visitor<T> visitor)<T> TUnionType. visit(Visitor<T> visitor)<T> TUnknownType. visit(Visitor<T> visitor)<T> TVoidType. visit(Visitor<T> visitor)<T> TProxyObjectType. visitReferenceType(Visitor<T> visitor)
-