Web Site

org.codehaus.janino
Class Java.ThrowStatement

java.lang.Object
  extended by org.codehaus.janino.Java.Located
      extended by org.codehaus.janino.Java.Statement
          extended by org.codehaus.janino.Java.ThrowStatement
All Implemented Interfaces:
Java.BlockStatement, Java.Locatable, Java.Scope
Enclosing class:
Java

public static final class Java.ThrowStatement
extends Java.Statement


Field Summary
 Java.Rvalue expression
           
 
Constructor Summary
Java.ThrowStatement(Location location, Java.Rvalue expression)
           
 
Method Summary
 void accept(Visitor.BlockStatementVisitor visitor)
           
 
Methods inherited from class org.codehaus.janino.Java.Statement
getEnclosingScope, setEnclosingScope
 
Methods inherited from class org.codehaus.janino.Java.Located
getLocation, throwParseException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.codehaus.janino.Java.Locatable
getLocation, throwParseException
 

Field Detail

expression

public final Java.Rvalue expression
Constructor Detail

Java.ThrowStatement

public Java.ThrowStatement(Location location,
                           Java.Rvalue expression)
Method Detail

accept

public final void accept(Visitor.BlockStatementVisitor visitor)

Web Site