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