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