Uses of Interface
com.sun.source.tree.WildcardTree
Package
Description
Provides interfaces to represent source code as abstract syntax
trees (AST).
Provides utilities for operations on abstract syntax trees (AST).
-
Uses of WildcardTree in com.sun.source.tree
Modifier and TypeMethodDescriptionTreeVisitor.visitWildcard(WildcardTree node, P p)
Visits a WildcardTypeTree node. -
Uses of WildcardTree in com.sun.source.util
Modifier and TypeMethodDescriptionSimpleTreeVisitor.visitWildcard(WildcardTree node, P p)
Visits a WildcardTypeTree node.TreeScanner.visitWildcard(WildcardTree node, P p)
Visits a WildcardTypeTree node.