public interface ProgramSourceFile extends SourceFile
The following features are supported:
COBOLPackage.getProgramSourceFile()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getComments()
Returns the value of the 'Comments' containment reference list.
|
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.
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.
COBOLPackage.getProgramSourceFile_CompilerDirectingStmts()java.util.List getComments()
Comment.
If the meaning of the 'Comments' containment reference list isn't clear, there really should be more of a description here...
COBOLPackage.getProgramSourceFile_Comments()