coins.ast
Interface Expr

All Known Subinterfaces:
LvalueExpr
All Known Implementing Classes:
ArrayExpr, ArrayInitializer, CommaExpr, ConditionalExpr, ConstantExpr, DereferenceExpr, MemberExpr, OperatorExpr, StringLiteral, VariableExpr

public interface Expr

Expression.


Method Summary
 byte[] getType()
          Returns the type of the resulting value of evaluating the expression.
 

Method Detail

getType

public byte[] getType()
Returns the type of the resulting value of evaluating the expression. See ast.TypeId

Returns:
the encoded type.