Interface LiteralTree

All Superinterfaces:
ExpressionTree, Tree
All Known Implementing Classes:
LiteralTreeImpl

public interface LiteralTree extends ExpressionTree
Literal
   null
   true               // boolean
   0                  // numeric
   "regular string"   // string without embedded variable
   heredoc
   __CLASS__          // magic constant
 
  • 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