org.sonar.plugins.java.api.tree
Interface ArrayTypeTree

All Superinterfaces:
ExpressionTree, Tree

@Beta
public interface ArrayTypeTree
extends ExpressionTree

Array type. JLS 10.1

   type() []
 

Since:
Java 1.3

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.sonar.plugins.java.api.tree.Tree
Tree.Kind
 
Method Summary
 Tree type()
           
 
Methods inherited from interface org.sonar.plugins.java.api.tree.Tree
accept, is
 

Method Detail

type

Tree type()


Copyright © 2012-2014 SonarSource. All Rights Reserved.