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