org.inxar.jenesis
Interface Cast

All Superinterfaces:
Codeable, Expression

public interface Cast
extends Expression

Expression subinterface for casting.


Method Summary
 Expression getExpression()
          Gets the Expression for the cast (the right hand part of the expression).
 void setExpression(Expression expr)
          Sets the Expression for the cast (the right hand part of the expression).
 
Methods inherited from interface org.inxar.jenesis.Expression
getType
 
Methods inherited from interface org.inxar.jenesis.Codeable
getComment, setComment, toCode, vm
 

Method Detail

setExpression

public void setExpression(Expression expr)
Sets the Expression for the cast (the right hand part of the expression).

getExpression

public Expression getExpression()
Gets the Expression for the cast (the right hand part of the expression).