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