org.sonar.javascript.model
Interface UnaryOperatorTree

All Superinterfaces:
ExpressionTree, Tree
All Known Implementing Classes:
TreeImpl.UnaryOperatorTreeImpl

public interface UnaryOperatorTree
extends ExpressionTree

Unary Operator and Postfix Expression.

   operator() operand()
   operand() operator()
 

This interface is not intended to be implemented by clients.


Method Summary
 ExpressionTree operand()
           
 com.sonar.sslr.api.AstNodeType operator()
           
 
Methods inherited from interface org.sonar.javascript.model.Tree
as, getLine, is
 

Method Detail

operator

com.sonar.sslr.api.AstNodeType operator()

operand

ExpressionTree operand()


Copyright © 2011-2014 SonarSource and Eriks Nukis. All Rights Reserved.