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

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

public final class ContinueStatement
extends ValueObject
implements Statement

Represents "continue" statement.

Author:
Ben Yu

Field Summary
 String label
           
 
Constructor Summary
ContinueStatement(String label)
           
 
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

label

public final String label
Constructor Detail

ContinueStatement

public ContinueStatement(String label)
Method Detail

toString

public String toString()
Overrides:
toString in class ValueObject


Copyright © 2014. All rights reserved.