|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KlpFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
KlpPackage
Field Summary | |
---|---|
static KlpFactory |
eINSTANCE
The singleton instance of the factory. |
Method Summary | |
---|---|
Binop |
createBinop()
Returns a new object of class 'Binop'. |
CJmp |
createCJmp()
Returns a new object of class 'CJmp'. |
Decl |
createDecl()
Returns a new object of class 'Decl'. |
Done |
createDone()
Returns a new object of class 'Done'. |
Jmp |
createJmp()
Returns a new object of class 'Jmp'. |
KLP |
createKLP()
Returns a new object of class 'KLP'. |
Label |
createLabel()
Returns a new object of class 'Label'. |
Line |
createLine()
Returns a new object of class 'Line'. |
Move |
createMove()
Returns a new object of class 'Move'. |
Prio |
createPrio()
Returns a new object of class 'Prio'. |
Read |
createRead()
Returns a new object of class 'Read'. |
Reg |
createReg()
Returns a new object of class 'Reg'. |
SetClk |
createSetClk()
Returns a new object of class 'Set Clk'. |
SetPC |
createSetPC()
Returns a new object of class 'Set PC'. |
KlpPackage |
getKlpPackage()
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, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final KlpFactory eINSTANCE
Method Detail |
---|
KLP createKLP()
Line createLine()
Decl createDecl()
SetClk createSetClk()
SetPC createSetPC()
Prio createPrio()
Done createDone()
Binop createBinop()
Jmp createJmp()
CJmp createCJmp()
Move createMove()
Label createLabel()
Reg createReg()
Read createRead()
KlpPackage getKlpPackage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |