Class ThrowStatement
- java.lang.Object
-
- org.jparsec.examples.common.ValueObject
-
- org.jparsec.examples.java.ast.statement.ThrowStatement
-
- All Implemented Interfaces:
Statement
public final class ThrowStatement extends ValueObject implements Statement
Represents a "throw" statement.
-
-
Field Summary
Fields Modifier and Type Field Description Expression
thrown
-
Constructor Summary
Constructors Constructor Description ThrowStatement(Expression thrown)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class org.jparsec.examples.common.ValueObject
equals, hashCode
-
-
-
-
Field Detail
-
thrown
public final Expression thrown
-
-
Constructor Detail
-
ThrowStatement
public ThrowStatement(Expression thrown)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classValueObject
-
-