Interface IdentifierTree

All Superinterfaces:
ExpressionTree, Tree
All Known Subinterfaces:
NameIdentifierTree, VariableIdentifierTree
All Known Implementing Classes:
NameIdentifierTreeImpl, VariableIdentifierTreeImpl

public interface IdentifierTree extends ExpressionTree
Common interface to represent all kinds of identifiers.
   name_identifier
   $variable_identifier
 
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.sonar.plugins.php.api.tree.Tree

    Tree.Kind
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

    Methods inherited from interface org.sonar.plugins.php.api.tree.Tree

    accept, getKind, getParent, is