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.
| Methods inherited from interface org.sonar.javascript.model.Tree |
as, getLine, is |
operator
com.sonar.sslr.api.AstNodeType operator()
operand
ExpressionTree operand()
Copyright © 2011-2014 SonarSource and Eriks Nukis. All Rights Reserved.