Errai 3.0.1-SNAPSHOT

org.jboss.errai.codegen
Interface ArithmeticExpression

All Superinterfaces:
Expression<ArithmeticOperator>, Statement
All Known Implementing Classes:
ArithmeticExpressionBuilder

public interface ArithmeticExpression
extends Expression<ArithmeticOperator>, Statement

Represents an arithmetic expression.

Author:
Christian Sadilek

Method Summary
 
Methods inherited from interface org.jboss.errai.codegen.Expression
getLhs, getLhsExpr, getOperator, getRhs, setLhs, setLhsExpr, setOperator, setRhs
 
Methods inherited from interface org.jboss.errai.codegen.Statement
generate, getType
 


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.