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

All Superinterfaces:
ExpressionTree, Tree

@Beta
public interface InstanceOfTree
extends ExpressionTree

'instanceof' expression. JLS 15.20.2

   expression() instanceof 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
 ExpressionTree expression()
           
 Tree type()
           
 
Methods inherited from interface org.sonar.plugins.java.api.tree.Tree
accept, is
 

Method Detail

expression

ExpressionTree expression()

type

Tree type()


Copyright © 2012-2014 SonarSource. All Rights Reserved.