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

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

Methods in com.ibm.etools.cobol.application.model.cobol that return ASTNodeWrapper
 ASTNodeWrapper COBOLFactory.createASTNodeWrapper()
          Returns a new object of class 'AST Node Wrapper'.
 

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

Classes in com.ibm.etools.cobol.application.model.cobol.impl that implement ASTNodeWrapper
 class ASTNodeWrapperImpl
          An implementation of the model object 'AST Node Wrapper'.
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl that return ASTNodeWrapper
 ASTNodeWrapper COBOLFactoryImpl.createASTNodeWrapper()
           
 

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

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