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

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

public final class BlockStatement
extends ValueObject
implements Statement

Represents a block.

Author:
Ben Yu

Field Summary
 List<Statement> statements
           
 
Constructor Summary
BlockStatement(List<Statement> statements)
           
 
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

statements

public final List<Statement> statements
Constructor Detail

BlockStatement

public BlockStatement(List<Statement> statements)
Method Detail

toString

public String toString()
Overrides:
toString in class ValueObject


Copyright © 2014. All rights reserved.