| |
|
| java.lang.Object com.caucho.es.parser.Expr com.caucho.es.parser.CastExpr
CastExpr | class CastExpr extends Expr (Code) | | CastExpr represents casting.
|
getType | int getType()(Code) | | Returns the JavaScript type class of the casted type.
|
getTypeExpr | Expr getTypeExpr()(Code) | | Returns the actual type expression.
|
printBooleanImpl | void printBooleanImpl() throws IOException(Code) | | Prints the casted expression when the result is a boolean
|
printImpl | void printImpl() throws IOException(Code) | | Prints the casted expression when the result is a JavaScript object.
|
printInt32Impl | void printInt32Impl() throws IOException(Code) | | Prints the casted expression when the result is a 32-bit integer
|
printJavaImpl | void printJavaImpl() throws IOException(Code) | | Prints the casted expression when the result is a JavaExpression
|
printNumImpl | void printNumImpl() throws IOException(Code) | | Prints the casted expression when the result is a number (double)
|
printStringImpl | void printStringImpl() throws IOException(Code) | | Prints the casted expression when the result is a string
|
setUsed | void setUsed()(Code) | | Marks the value as being used.
|
|
|
|