public class IlFactoryImpl extends EFactoryImpl implements IlFactory
MinimalEObjectImpl.Container.Dynamic
MinimalEObjectImpl.Container
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList
InternalEObject.EStore
NIL
EOPPOSITE_FEATURE_BASE
Constructor and Description |
---|
IlFactoryImpl()
Creates an instance of the factory.
|
Modifier and Type | Method and Description |
---|---|
EObject |
create(EClass eClass) |
ComplexInstruction |
createComplexInstruction() |
InstructionList |
createInstructionList() |
JumpInstruction |
createJumpInstruction() |
ReturnInstruction |
createReturnInstruction() |
SimpleInstruction |
createSimpleInstruction() |
IlPackage |
getIlPackage() |
static IlPackage |
getPackage()
Deprecated.
|
static IlFactory |
init()
Creates the default factory implementation.
|
basicSetEPackage, convertToString, create, createFromString, eGet, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eSet, eUnset, getEPackage, setEPackage
eObjectForURIFragmentSegment, eURIFragmentSegment, getEAnnotation, getEAnnotations
eInternalContainer
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eIsProxy, eProxyURI, eSetClass, eSetDeliver, eSetProxyURI
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset, toString
eNotificationRequired, eNotify
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
convertToString, createFromString, getEPackage, setEPackage
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
eNotificationRequired
public IlFactoryImpl()
public static IlFactory init()
public EObject create(EClass eClass)
create
in interface EFactory
create
in class EFactoryImpl
public ComplexInstruction createComplexInstruction()
createComplexInstruction
in interface IlFactory
public InstructionList createInstructionList()
createInstructionList
in interface IlFactory
public JumpInstruction createJumpInstruction()
createJumpInstruction
in interface IlFactory
public ReturnInstruction createReturnInstruction()
createReturnInstruction
in interface IlFactory
public SimpleInstruction createSimpleInstruction()
createSimpleInstruction
in interface IlFactory
public IlPackage getIlPackage()
getIlPackage
in interface IlFactory
@Deprecated public static IlPackage getPackage()