public interface ProgramSourceFile extends SourceFile
The following features are supported:
com.ibm.etools.cobol.application.model.cobol.COBOLPackage#getProgramSourceFile()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getCompilerDirectingStmts()
Returns the value of the 'Compiler Directing Stmts' containment reference list.
|
java.util.List |
getPrograms()
Returns the value of the 'Programs' containment reference list.
|
getName, setNamegetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
java.util.List getPrograms()
BaseProgram.
Returns the top level programs in the file.
com.ibm.etools.cobol.application.model.cobol.COBOLPackage#getProgramSourceFile_Programs()java.util.List getCompilerDirectingStmts()
CompilerDirectingStmt.
The list contains the compiler-directing statements that occur anywhere in the source file, except for
USE statements, which are in Declaratives.
com.ibm.etools.cobol.application.model.cobol.COBOLPackage#getProgramSourceFile_CompilerDirectingStmts()