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