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

All Superinterfaces:
ExpressionTree, Tree

@Beta
public interface TypeCastTree
extends ExpressionTree

Cast expression. JLS 15.16

   ( type() ) expression()
 

Since:
Java 1.3

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

Method Detail

type

Tree type()

expression

ExpressionTree expression()


Copyright © 2012-2014 SonarSource. All Rights Reserved.