Interface VariableDeclarationTree

All Superinterfaces:
HasTextRange, Tree
All Known Implementing Classes:
VariableDeclarationTreeImpl

public interface VariableDeclarationTree extends Tree
  • Method Details

    • identifier

      IdentifierTree identifier()
    • type

      @CheckForNull Tree type()
    • initializer

      @CheckForNull Tree initializer()
    • isVal

      boolean isVal()