fabric.ast
Class FabricDelFactory_c

java.lang.Object
  extended by JifDelFactory_c
      extended by fabric.ast.FabricDelFactory_c
All Implemented Interfaces:
FabricDelFactory

public class FabricDelFactory_c
extends JifDelFactory_c
implements FabricDelFactory

Factory class for creating delegates for fabric types.


Constructor Summary
FabricDelFactory_c()
           
 
Method Summary
 JL delAbortStmt()
           
protected  JL delAbortStmtImpl()
           
 JL delAmbNewFabricArray()
           
protected  JL delAmbNewFabricArrayImpl()
           
 JL delAtomic()
           
protected  JL delAtomicImpl()
           
protected  JL delCallImpl()
           
 JL delFabricArrayInit()
           
protected  JL delFabricArrayInitImpl()
           
 JL delFabricArrayTypeNode()
           
protected  JL delFabricArrayTypeNodeImpl()
           
 JL delNewFabricArray()
           
protected  JL delNewFabricArrayImpl()
           
protected  JL delNewImpl()
           
protected  JL delNewLabelImpl()
           
 JL delRemoteWorkerGetter()
           
protected  JL delRemoteWorkerGetterImpl()
           
 JL delRetryStmt()
           
protected  JL delRetryStmtImpl()
           
 JL delWorker()
           
protected  JL delWorkerImpl()
           
protected  JL postDelAbortStmt(JL e)
           
protected  JL postDelAmbNewFabricArray(JL e)
           
protected  JL postDelAtomic(JL e)
           
protected  JL postDelFabricArrayInit(JL e)
           
protected  JL postDelFabricArrayTypeNode(JL e)
           
protected  JL postDelNewFabricArray(JL e)
           
protected  JL postDelRemoteWorkerGetter(JL e)
           
protected  JL postDelRetryStmt(JL e)
           
protected  JL postDelWorker(JL e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FabricDelFactory_c

public FabricDelFactory_c()
Method Detail

delAbortStmt

public final JL delAbortStmt()
Specified by:
delAbortStmt in interface FabricDelFactory

delAbortStmtImpl

protected JL delAbortStmtImpl()

postDelAbortStmt

protected JL postDelAbortStmt(JL e)

delAtomic

public final JL delAtomic()
Specified by:
delAtomic in interface FabricDelFactory

delAtomicImpl

protected JL delAtomicImpl()

postDelAtomic

protected JL postDelAtomic(JL e)

delAmbNewFabricArray

public final JL delAmbNewFabricArray()
Specified by:
delAmbNewFabricArray in interface FabricDelFactory

delAmbNewFabricArrayImpl

protected JL delAmbNewFabricArrayImpl()

postDelAmbNewFabricArray

protected JL postDelAmbNewFabricArray(JL e)

delWorker

public final JL delWorker()
Specified by:
delWorker in interface FabricDelFactory

delWorkerImpl

protected JL delWorkerImpl()

postDelWorker

protected JL postDelWorker(JL e)

delFabricArrayInit

public final JL delFabricArrayInit()
Specified by:
delFabricArrayInit in interface FabricDelFactory

delFabricArrayInitImpl

protected JL delFabricArrayInitImpl()

postDelFabricArrayInit

protected JL postDelFabricArrayInit(JL e)

delFabricArrayTypeNode

public final JL delFabricArrayTypeNode()
Specified by:
delFabricArrayTypeNode in interface FabricDelFactory

delFabricArrayTypeNodeImpl

protected JL delFabricArrayTypeNodeImpl()

postDelFabricArrayTypeNode

protected JL postDelFabricArrayTypeNode(JL e)

delNewFabricArray

public final JL delNewFabricArray()
Specified by:
delNewFabricArray in interface FabricDelFactory

delNewFabricArrayImpl

protected JL delNewFabricArrayImpl()

postDelNewFabricArray

protected JL postDelNewFabricArray(JL e)

delRemoteWorkerGetter

public final JL delRemoteWorkerGetter()
Specified by:
delRemoteWorkerGetter in interface FabricDelFactory

delRemoteWorkerGetterImpl

protected JL delRemoteWorkerGetterImpl()

postDelRemoteWorkerGetter

protected JL postDelRemoteWorkerGetter(JL e)

delRetryStmt

public final JL delRetryStmt()
Specified by:
delRetryStmt in interface FabricDelFactory

delRetryStmtImpl

protected JL delRetryStmtImpl()

postDelRetryStmt

protected JL postDelRetryStmt(JL e)

delNewImpl

protected JL delNewImpl()

delNewLabelImpl

protected JL delNewLabelImpl()

delCallImpl

protected JL delCallImpl()