public final class CastExpression extends ValueObject implements Expression
Modifier and Type | Field and Description |
---|---|
Expression |
expression |
TypeLiteral |
type |
Constructor and Description |
---|
CastExpression(TypeLiteral type,
Expression expression) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
equals, hashCode
public final TypeLiteral type
public final Expression expression
public CastExpression(TypeLiteral type, Expression expression)
public String toString()
toString
in class ValueObject
Copyright © 2013–2016 jparsec. All rights reserved.