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