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

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

Uses of MOFScriptComment in org.sintef.mofscript.MOFScriptModel
 

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

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

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

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

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

Methods in org.sintef.mofscript.MOFScriptModel.util with parameters of type MOFScriptComment
 java.lang.Object MOFScriptModelSwitch.caseMOFScriptComment(MOFScriptComment object)
          Returns the result of interpretting the object as an instance of 'MOF Script Comment'
 

Uses of MOFScriptComment in org.sintef.mofscript.parser
 

Methods in org.sintef.mofscript.parser with parameters of type MOFScriptComment
static void ParserUtil.addMOFScriptComment(MOFScriptComment comment)