Class ThrowStatement

java.lang.Object

public class ThrowStatement extends Statement
Throw statement AST node type.
 ThrowStatement:
    throw Expression ;
 
Since:
2.0