fabric.ast
Class FabricFabExtFactory_c

java.lang.Object
  extended by AbstractJifExtFactory_c
      extended by fabric.ast.AbstractFabExtFactory_c
          extended by fabric.ast.FabricFabExtFactory_c
All Implemented Interfaces:
FabricExtFactory

public class FabricFabExtFactory_c
extends AbstractFabExtFactory_c

This class constructs FabricExt objects for the Fabric language constructs.

Author:
mdgeorge

Constructor Summary
FabricFabExtFactory_c()
           
FabricFabExtFactory_c(ExtFactory next)
           
 
Method Summary
protected  FabricExt extNewFabricArrayImpl()
           
protected  FabricExt extNewImpl()
           
protected  FabricExt extNewLabelImpl()
           
protected  FabricExt extNodeImpl()
           
 
Methods inherited from class fabric.ast.AbstractFabExtFactory_c
extAbortStmt, extAbortStmtImpl, extAmbNewFabricArray, extAmbNewFabricArrayImpl, extAtomic, extAtomicImpl, extFabricArrayInit, extFabricArrayInitImpl, extFabricArrayTypeNode, extFabricArrayTypeNodeImpl, extNewFabricArray, extRemoteWorkerGetter, extRemoteWorkerGetterImpl, extRetryStmt, extRetryStmtImpl, extWorker, extWorkerImpl, postExtAbortStmt, postExtAmbNewFabricArrayImpl, postExtAtomic, postExtFabricArrayInit, postExtFabricArrayTypeNode, postExtNewFabricArray, postExtRemoteWorkerGetter, postExtRetryStmt, postExtWorker
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FabricFabExtFactory_c

public FabricFabExtFactory_c()

FabricFabExtFactory_c

public FabricFabExtFactory_c(ExtFactory next)
Method Detail

extNodeImpl

protected FabricExt extNodeImpl()

extNewImpl

protected FabricExt extNewImpl()

extNewFabricArrayImpl

protected FabricExt extNewFabricArrayImpl()
Overrides:
extNewFabricArrayImpl in class AbstractFabExtFactory_c

extNewLabelImpl

protected FabricExt extNewLabelImpl()