Uses of Interface
com.ibm.etools.cobol.application.model.cobol.LiteNode

Packages that use LiteNode
com.ibm.etools.cobol.application.model.cobol COBOL Application Model API Specification 
com.ibm.etools.cobol.application.model.cobol.impl   
com.ibm.etools.cobol.application.model.cobol.util   
 

Uses of LiteNode in com.ibm.etools.cobol.application.model.cobol
 

Subinterfaces of LiteNode in com.ibm.etools.cobol.application.model.cobol
 interface ASTNodeLite
          A representation of the model object 'AST Node Lite'.
 interface DataItemLite
          A representation of the model object 'Data Item Lite'.
 

Methods in com.ibm.etools.cobol.application.model.cobol that return LiteNode
 LiteNode COBOLFactory.createLiteNode()
          Returns a new object of class 'Lite Node'.
 

Uses of LiteNode in com.ibm.etools.cobol.application.model.cobol.impl
 

Classes in com.ibm.etools.cobol.application.model.cobol.impl that implement LiteNode
 class ASTNodeLiteImpl
          An implementation of the model object 'AST Node Lite'.
 class DataItemLiteImpl
          An implementation of the model object 'Data Item Lite'.
 class LiteNodeImpl
          An implementation of the model object 'Lite Node'.
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl that return LiteNode
 LiteNode COBOLFactoryImpl.createLiteNode()
           
 

Uses of LiteNode in com.ibm.etools.cobol.application.model.cobol.util
 

Methods in com.ibm.etools.cobol.application.model.cobol.util with parameters of type LiteNode
 java.lang.Object COBOLSwitch.caseLiteNode(LiteNode object)
          Returns the result of interpreting the object as an instance of 'Lite Node'.