Uses of Interface
org.eclipse.gmt.modisco.cobol.COBOLSourceText
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.cobol | |
| org.eclipse.gmt.modisco.cobol.impl | |
| org.eclipse.gmt.modisco.cobol.util |
-
Uses of COBOLSourceText in org.eclipse.gmt.modisco.cobol
Methods in org.eclipse.gmt.modisco.cobol that return COBOLSourceText Modifier and Type Method Description COBOLSourceTextCobolFactory. createCOBOLSourceText()Returns a new object of class 'COBOL Source Text'.COBOLSourceTextCOBOLElement. getSource()Returns the value of the 'Source' reference.Methods in org.eclipse.gmt.modisco.cobol with parameters of type COBOLSourceText Modifier and Type Method Description voidCOBOLElement. setSource(COBOLSourceText value)Sets the value of the 'Source' reference. -
Uses of COBOLSourceText in org.eclipse.gmt.modisco.cobol.impl
Classes in org.eclipse.gmt.modisco.cobol.impl that implement COBOLSourceText Modifier and Type Class Description classCOBOLSourceTextImplAn implementation of the model object 'COBOL Source Text'.Fields in org.eclipse.gmt.modisco.cobol.impl declared as COBOLSourceText Modifier and Type Field Description protected COBOLSourceTextCOBOLElementImpl. sourceThe cached value of the 'Source' reference.Methods in org.eclipse.gmt.modisco.cobol.impl that return COBOLSourceText Modifier and Type Method Description COBOLSourceTextCOBOLElementImpl. basicGetSource()COBOLSourceTextCobolFactoryImpl. createCOBOLSourceText()COBOLSourceTextCOBOLElementImpl. getSource()Methods in org.eclipse.gmt.modisco.cobol.impl with parameters of type COBOLSourceText Modifier and Type Method Description voidCOBOLElementImpl. setSource(COBOLSourceText newSource) -
Uses of COBOLSourceText in org.eclipse.gmt.modisco.cobol.util
Methods in org.eclipse.gmt.modisco.cobol.util with parameters of type COBOLSourceText Modifier and Type Method Description TCobolSwitch. caseCOBOLSourceText(COBOLSourceText object)Returns the result of interpreting the object as an instance of 'COBOL Source Text'.