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

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

public final class NopStatement
extends Object
implements Statement

Represents the no-op statement ";".

Author:
Ben Yu

Field Summary
static Statement instance
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

instance

public static final Statement instance
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All rights reserved.