Uses of Interface
org.eclipse.mofscript.MOFScriptModel.MOFScriptComment

Packages that use MOFScriptComment
org.eclipse.mofscript.MOFScriptModel   
org.eclipse.mofscript.MOFScriptModel.impl   
org.eclipse.mofscript.MOFScriptModel.util   
org.eclipse.mofscript.parser   
 

Uses of MOFScriptComment in org.eclipse.mofscript.MOFScriptModel
 

Methods in org.eclipse.mofscript.MOFScriptModel that return MOFScriptComment
 MOFScriptComment MOFScriptModelFactory.createMOFScriptComment()
          Returns a new object of class 'MOF Script Comment'
 

Methods in org.eclipse.mofscript.MOFScriptModel that return types with arguments of type MOFScriptComment
 org.eclipse.emf.common.util.EList<MOFScriptComment> MOFScriptObject.getComment()
          Returns the value of the 'Comment' containment reference list.
 

Uses of MOFScriptComment in org.eclipse.mofscript.MOFScriptModel.impl
 

Classes in org.eclipse.mofscript.MOFScriptModel.impl that implement MOFScriptComment
 class MOFScriptCommentImpl
          An implementation of the model object 'MOF Script Comment'
 

Fields in org.eclipse.mofscript.MOFScriptModel.impl with type parameters of type MOFScriptComment
protected  org.eclipse.emf.common.util.EList<MOFScriptComment> MOFScriptObjectImpl.comment
          The cached value of the 'Comment' containment reference list
 

Methods in org.eclipse.mofscript.MOFScriptModel.impl that return MOFScriptComment
 MOFScriptComment MOFScriptModelFactoryImpl.createMOFScriptComment()
           
 

Methods in org.eclipse.mofscript.MOFScriptModel.impl that return types with arguments of type MOFScriptComment
 org.eclipse.emf.common.util.EList<MOFScriptComment> MOFScriptObjectImpl.getComment()
           
 

Uses of MOFScriptComment in org.eclipse.mofscript.MOFScriptModel.util
 

Methods in org.eclipse.mofscript.MOFScriptModel.util with parameters of type MOFScriptComment
 T MOFScriptModelSwitch.caseMOFScriptComment(MOFScriptComment object)
          Returns the result of interpreting the object as an instance of 'MOF Script Comment'
 

Uses of MOFScriptComment in org.eclipse.mofscript.parser
 

Methods in org.eclipse.mofscript.parser with parameters of type MOFScriptComment
static void ParserUtil.addMOFScriptComment(MOFScriptComment comment)
          Utility function for adding comments during parsing Used by the parser.