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

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

Methods in com.ibm.etools.cobol.application.model.cobol that return ASTNodeSet
 ASTNodeSet COBOLFactory.createASTNodeSet()
          Returns a new object of class 'AST Node Set'.
 ASTNodeSet VariableGroup.getGroup()
          Returns the value of the 'Group' containment reference.
 ASTNodeSet VariableGroup.getReasons()
          Returns the value of the 'Reasons' containment reference.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type ASTNodeSet
 void VariableGroup.setGroup(ASTNodeSet value)
          Sets the value of the 'Group' containment reference.
 void VariableGroup.setReasons(ASTNodeSet value)
          Sets the value of the 'Reasons' containment reference.
 

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

Classes in com.ibm.etools.cobol.application.model.cobol.impl that implement ASTNodeSet
 class ASTNodeSetImpl
          An implementation of the model object 'AST Node Set'.
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl that return ASTNodeSet
 ASTNodeSet COBOLFactoryImpl.createASTNodeSet()
           
 ASTNodeSet VariableGroupImpl.getGroup()
           
 ASTNodeSet VariableGroupImpl.getReasons()
           
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl with parameters of type ASTNodeSet
 org.eclipse.emf.common.notify.NotificationChain VariableGroupImpl.basicSetGroup(ASTNodeSet newGroup, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain VariableGroupImpl.basicSetReasons(ASTNodeSet newReasons, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void VariableGroupImpl.setGroup(ASTNodeSet newGroup)
           
 void VariableGroupImpl.setReasons(ASTNodeSet newReasons)
           
 

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

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