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

Packages that use DebugStatement
org.eclipse.mofscript.MOFScriptModel   
org.eclipse.mofscript.MOFScriptModel.impl   
org.eclipse.mofscript.MOFScriptModel.util   
 

Uses of DebugStatement in org.eclipse.mofscript.MOFScriptModel
 

Methods in org.eclipse.mofscript.MOFScriptModel that return DebugStatement
 DebugStatement MOFScriptModelFactory.createDebugStatement()
          Returns a new object of class 'Debug Statement'
 

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

Classes in org.eclipse.mofscript.MOFScriptModel.impl that implement DebugStatement
 class DebugStatementImpl
          An implementation of the model object 'Debug Statement'
 

Methods in org.eclipse.mofscript.MOFScriptModel.impl that return DebugStatement
 DebugStatement MOFScriptModelFactoryImpl.createDebugStatement()
           
 

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

Methods in org.eclipse.mofscript.MOFScriptModel.util with parameters of type DebugStatement
 T MOFScriptModelSwitch.caseDebugStatement(DebugStatement object)
          Returns the result of interpreting the object as an instance of 'Debug Statement'