Interface StatementsFactory
-
- All Superinterfaces:
EFactory,EModelElement,EObject,Notifier
- All Known Implementing Classes:
StatementsFactoryImpl
public interface StatementsFactory extends EFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.- See Also:
StatementsPackage- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static StatementsFactoryeINSTANCEThe singleton instance of the factory.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssertcreateAssert()Returns a new object of class 'Assert'.BlockcreateBlock()Returns a new object of class 'Block'.BreakcreateBreak()Returns a new object of class 'Break'.CatchBlockcreateCatchBlock()Returns a new object of class 'Catch Block'.ConditioncreateCondition()Returns a new object of class 'Condition'.ContinuecreateContinue()Returns a new object of class 'Continue'.DefaultSwitchCasecreateDefaultSwitchCase()Returns a new object of class 'Default Switch Case'.DefaultSwitchRulecreateDefaultSwitchRule()Returns a new object of class 'Default Switch Rule'.DoWhileLoopcreateDoWhileLoop()Returns a new object of class 'Do While Loop'.EmptyStatementcreateEmptyStatement()Returns a new object of class 'Empty Statement'.ExpressionStatementcreateExpressionStatement()Returns a new object of class 'Expression Statement'.ForEachLoopcreateForEachLoop()Returns a new object of class 'For Each Loop'.ForLoopcreateForLoop()Returns a new object of class 'For Loop'.JumpLabelcreateJumpLabel()Returns a new object of class 'Jump Label'.LocalVariableStatementcreateLocalVariableStatement()Returns a new object of class 'Local Variable Statement'.NormalSwitchCasecreateNormalSwitchCase()Returns a new object of class 'Normal Switch Case'.NormalSwitchRulecreateNormalSwitchRule()Returns a new object of class 'Normal Switch Rule'.ReturncreateReturn()Returns a new object of class 'Return'.SwitchcreateSwitch()Returns a new object of class 'Switch'.SynchronizedBlockcreateSynchronizedBlock()Returns a new object of class 'Synchronized Block'.ThrowcreateThrow()Returns a new object of class 'Throw'.TryBlockcreateTryBlock()Returns a new object of class 'Try Block'.WhileLoopcreateWhileLoop()Returns a new object of class 'While Loop'.YieldStatementcreateYieldStatement()Returns a new object of class 'Yield Statement'.StatementsPackagegetStatementsPackage()Returns the package supported by this factory.-
Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Field Detail
-
eINSTANCE
static final StatementsFactory eINSTANCE
The singleton instance of the factory.- Generated class or method.
-
-
Method Detail
-
createAssert
Assert createAssert()
Returns a new object of class 'Assert'.- Returns:
- a new object of class 'Assert'.
- Generated class or method.
-
createBreak
Break createBreak()
Returns a new object of class 'Break'.- Returns:
- a new object of class 'Break'.
- Generated class or method.
-
createBlock
Block createBlock()
Returns a new object of class 'Block'.- Returns:
- a new object of class 'Block'.
- Generated class or method.
-
createCatchBlock
CatchBlock createCatchBlock()
Returns a new object of class 'Catch Block'.- Returns:
- a new object of class 'Catch Block'.
- Generated class or method.
-
createCondition
Condition createCondition()
Returns a new object of class 'Condition'.- Returns:
- a new object of class 'Condition'.
- Generated class or method.
-
createContinue
Continue createContinue()
Returns a new object of class 'Continue'.- Returns:
- a new object of class 'Continue'.
- Generated class or method.
-
createDefaultSwitchCase
DefaultSwitchCase createDefaultSwitchCase()
Returns a new object of class 'Default Switch Case'.- Returns:
- a new object of class 'Default Switch Case'.
- Generated class or method.
-
createDoWhileLoop
DoWhileLoop createDoWhileLoop()
Returns a new object of class 'Do While Loop'.- Returns:
- a new object of class 'Do While Loop'.
- Generated class or method.
-
createEmptyStatement
EmptyStatement createEmptyStatement()
Returns a new object of class 'Empty Statement'.- Returns:
- a new object of class 'Empty Statement'.
- Generated class or method.
-
createExpressionStatement
ExpressionStatement createExpressionStatement()
Returns a new object of class 'Expression Statement'.- Returns:
- a new object of class 'Expression Statement'.
- Generated class or method.
-
createForLoop
ForLoop createForLoop()
Returns a new object of class 'For Loop'.- Returns:
- a new object of class 'For Loop'.
- Generated class or method.
-
createForEachLoop
ForEachLoop createForEachLoop()
Returns a new object of class 'For Each Loop'.- Returns:
- a new object of class 'For Each Loop'.
- Generated class or method.
-
createJumpLabel
JumpLabel createJumpLabel()
Returns a new object of class 'Jump Label'.- Returns:
- a new object of class 'Jump Label'.
- Generated class or method.
-
createLocalVariableStatement
LocalVariableStatement createLocalVariableStatement()
Returns a new object of class 'Local Variable Statement'.- Returns:
- a new object of class 'Local Variable Statement'.
- Generated class or method.
-
createNormalSwitchCase
NormalSwitchCase createNormalSwitchCase()
Returns a new object of class 'Normal Switch Case'.- Returns:
- a new object of class 'Normal Switch Case'.
- Generated class or method.
-
createReturn
Return createReturn()
Returns a new object of class 'Return'.- Returns:
- a new object of class 'Return'.
- Generated class or method.
-
createSwitch
Switch createSwitch()
Returns a new object of class 'Switch'.- Returns:
- a new object of class 'Switch'.
- Generated class or method.
-
createSynchronizedBlock
SynchronizedBlock createSynchronizedBlock()
Returns a new object of class 'Synchronized Block'.- Returns:
- a new object of class 'Synchronized Block'.
- Generated class or method.
-
createThrow
Throw createThrow()
Returns a new object of class 'Throw'.- Returns:
- a new object of class 'Throw'.
- Generated class or method.
-
createTryBlock
TryBlock createTryBlock()
Returns a new object of class 'Try Block'.- Returns:
- a new object of class 'Try Block'.
- Generated class or method.
-
createWhileLoop
WhileLoop createWhileLoop()
Returns a new object of class 'While Loop'.- Returns:
- a new object of class 'While Loop'.
- Generated class or method.
-
createYieldStatement
YieldStatement createYieldStatement()
Returns a new object of class 'Yield Statement'.- Returns:
- a new object of class 'Yield Statement'.
- Generated class or method.
-
createDefaultSwitchRule
DefaultSwitchRule createDefaultSwitchRule()
Returns a new object of class 'Default Switch Rule'.- Returns:
- a new object of class 'Default Switch Rule'.
- Generated class or method.
-
createNormalSwitchRule
NormalSwitchRule createNormalSwitchRule()
Returns a new object of class 'Normal Switch Rule'.- Returns:
- a new object of class 'Normal Switch Rule'.
- Generated class or method.
-
getStatementsPackage
StatementsPackage getStatementsPackage()
Returns the package supported by this factory.- Returns:
- the package supported by this factory.
- Generated class or method.
-
-