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