org.eclipse.gmt.modisco.java
Interface Block

All Superinterfaces:
ASTNode, Statement

public interface Block
extends Statement

A representation of the model object 'Block'.

The following features are supported:

See Also:
JavaPackage.getBlock()
Generated:
Model:

Method Summary
  getStatements()
          Returns the value of the 'Statements' containment reference list.
 
Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit
 

Method Detail

getStatements

 getStatements()
Returns the value of the 'Statements' containment reference list. The list contents are of type Statement.

If the meaning of the 'Statements' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Statements' containment reference list.
See Also:
JavaPackage.getBlock_Statements()
Generated:
Model:
containment="true"