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

Packages that use ASTNodeLite
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 ASTNodeLite in com.ibm.etools.cobol.application.model.cobol
 

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

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

Classes in com.ibm.etools.cobol.application.model.cobol.impl that implement ASTNodeLite
 class ASTNodeLiteImpl
          An implementation of the model object 'AST Node Lite'.
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl that return ASTNodeLite
 ASTNodeLite COBOLFactoryImpl.createASTNodeLite()
           
 

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

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