Uses of Interface
com.sun.source.tree.ModifiersTree
Package
Description
Provides interfaces to represent source code as abstract syntax
trees (AST).
Provides utilities for operations on abstract syntax trees (AST).
-
Uses of ModifiersTree in com.sun.source.tree
Modifier and TypeMethodDescriptionClassTree.getModifiers()
Returns the modifiers, including any annotations, for this type declaration.MethodTree.getModifiers()
Returns the modifiers, including any annotations for the method being declared.VariableTree.getModifiers()
Returns the modifiers, including any annotations, on the declaration.Modifier and TypeMethodDescriptionTreeVisitor.visitModifiers
(ModifiersTree node, P p) Visits aModifiersTree
node. -
Uses of ModifiersTree in com.sun.source.util
Modifier and TypeMethodDescriptionSimpleTreeVisitor.visitModifiers
(ModifiersTree node, P p) Visits aModifiersTree
node.TreeScanner.visitModifiers
(ModifiersTree node, P p) Visits aModifiersTree
node.