Interface UsesTree

All Superinterfaces:
DirectiveTree, Tree

public interface UsesTree extends DirectiveTree
A tree node for a 'uses' directive in a module declaration. For example:
    uses service-name;
 
Since:
9
  • Nested Class Summary Link icon

    Nested classes/interfaces declared in interface Tree Link icon

    Tree.Kind
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    Returns the name of the service type.

    Methods declared in interface Tree Link icon

    accept, getKind
  • Method Details Link icon

    • getServiceName Link icon

      ExpressionTree getServiceName()
      Returns the name of the service type.
      Returns:
      the name of the service type