org.codehaus.jparsec.examples.java.ast.statement
Class ThrowStatement

java.lang.Object
  extended by org.codehaus.jparsec.examples.common.ValueObject
      extended by org.codehaus.jparsec.examples.java.ast.statement.ThrowStatement
All Implemented Interfaces:
Statement

public final class ThrowStatement
extends ValueObject
implements Statement

Represents a "throw" statement.

Author:
benyu

Field Summary
 Expression thrown
           
 
Constructor Summary
ThrowStatement(Expression thrown)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.codehaus.jparsec.examples.common.ValueObject
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

thrown

public final Expression thrown
Constructor Detail

ThrowStatement

public ThrowStatement(Expression thrown)
Method Detail

toString

public String toString()
Overrides:
toString in class ValueObject


Copyright © 2014. All rights reserved.