Uses of Interface
com.sun.source.tree.ClassTree
Packages that use ClassTree
Package
Description
Provides interfaces to represent source code as abstract syntax
trees (AST).
Provides utilities for operations on abstract syntax trees (AST).
-
Uses of ClassTree in com.sun.source.tree
Methods in com.sun.source.tree that return ClassTreeModifier and TypeMethodDescriptionNewClassTree.getClassBody()
Returns the class body if an anonymous class is being instantiated, andnull
otherwise.Methods in com.sun.source.tree with parameters of type ClassTreeModifier and TypeMethodDescriptionTreeVisitor.visitClass
(ClassTree node, P p) Visits a ClassTree node. -
Uses of ClassTree in com.sun.source.util
Methods in com.sun.source.util that return ClassTreeModifier and TypeMethodDescriptionabstract ClassTree
Trees.getTree
(TypeElement element) Returns the ClassTree node for a given TypeElement.Methods in com.sun.source.util with parameters of type ClassTreeModifier and TypeMethodDescriptionSimpleTreeVisitor.visitClass
(ClassTree node, P p) Visits a ClassTree node.TreeScanner.visitClass
(ClassTree node, P p) Visits a ClassTree node.