coins.ast
インタフェース Expr

既知のサブインタフェースの一覧:
LvalueExpr
既知の実装クラスの一覧:
ArrayExpr, ArrayInitializer, CommaExpr, ConditionalExpr, ConstantExpr, DereferenceExpr, MemberExpr, OperatorExpr, StringLiteral, VariableExpr

public interface Expr

Expression.


メソッドの概要
 byte[] getType()
          Returns the type of the resulting value of evaluating the expression.
 

メソッドの詳細

getType

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

戻り値:
the encoded type.
関連項目:
ast.TypeId