public class FabILExtFactory_c extends AbstractExtFactory_c implements FabILExtFactory
Constructor and Description |
---|
FabILExtFactory_c() |
Modifier and Type | Method and Description |
---|---|
Ext |
extAbort() |
protected Ext |
extAbortImpl() |
protected Ext |
extArrayAccessAssignImpl() |
protected Ext |
extArrayAccessImpl() |
Ext |
extAtomic()
Factory method for Atomic objects
|
protected Ext |
extAtomicImpl() |
protected Ext |
extBinaryImpl() |
protected Ext |
extCallImpl() |
protected Ext |
extCaseImpl() |
protected Ext |
extCastImpl() |
protected Ext |
extClassBodyImpl() |
protected Ext |
extClassDeclImpl() |
Ext |
extCodebaseDecl() |
protected Ext |
extCodebaseDeclImpl() |
Ext |
extCodebaseNode() |
protected Ext |
extCodebaseNodeImpl() |
Ext |
extCodebaseTypeNode() |
protected Ext |
extCodebaseTypeNodeImpl() |
protected Ext |
extConstructorCallImpl() |
protected Ext |
extConstructorDeclImpl() |
protected Ext |
extEvalImpl() |
protected Ext |
extExprImpl() |
Ext |
extFabricArrayInit() |
protected Ext |
extFabricArrayInitImpl() |
Ext |
extFabricArrayTypeNode() |
protected Ext |
extFabricArrayTypeNodeImpl() |
protected Ext |
extFieldAssignImpl() |
protected Ext |
extFieldDeclImpl() |
protected Ext |
extFieldImpl() |
protected Ext |
extInitializerImpl() |
protected Ext |
extInstanceofImpl() |
protected Ext |
extMethodDeclImpl() |
Ext |
extNewFabricArray() |
protected Ext |
extNewFabricArrayImpl() |
protected Ext |
extNewImpl() |
protected Ext |
extNodeImpl() |
protected Ext |
extPackageNodeImpl() |
Ext |
extProviderLabel() |
protected Ext |
extProviderLabelImpl() |
Ext |
extRetry() |
protected Ext |
extRetryImpl() |
protected Ext |
extSpecialImpl() |
Ext |
extStoreGetter() |
protected Ext |
extStoreGetterImpl() |
protected Ext |
extTypeNodeImpl() |
protected Ext |
extUnaryImpl() |
protected Ext |
postExtAbort(Ext ext) |
protected Ext |
postExtAtomic(Ext ext) |
protected Ext |
postExtCodebaseDecl(Ext ext) |
protected Ext |
postExtCodebaseNode(Ext ext) |
protected Ext |
postExtCodebaseTypeNode(Ext ext) |
protected Ext |
postExtFabricArrayInit(Ext ext) |
protected Ext |
postExtFabricArrayTypeNode(Ext ext) |
protected Ext |
postExtNewFabricArray(Ext e) |
protected Ext |
postExtProviderLabel(Ext ext) |
protected Ext |
postExtRetry(Ext ext) |
protected Ext |
postExtStoreGetter(Ext ext) |
public final Ext extFabricArrayTypeNode()
extFabricArrayTypeNode
in interface FabILExtFactory
protected Ext extFabricArrayTypeNodeImpl()
protected Ext postExtFabricArrayTypeNode(Ext ext)
public final Ext extAtomic()
extAtomic
in interface FabILExtFactory
protected Ext extAtomicImpl()
protected Ext postExtAtomic(Ext ext)
public final Ext extAbort()
extAbort
in interface FabILExtFactory
protected Ext extAbortImpl()
protected Ext postExtAbort(Ext ext)
public final Ext extRetry()
extRetry
in interface FabILExtFactory
protected Ext extRetryImpl()
protected Ext postExtRetry(Ext ext)
protected Ext extArrayAccessAssignImpl()
protected Ext extArrayAccessImpl()
public final Ext extFabricArrayInit()
extFabricArrayInit
in interface FabILExtFactory
protected Ext extFabricArrayInitImpl()
protected Ext postExtFabricArrayInit(Ext ext)
protected Ext extBinaryImpl()
protected Ext extCallImpl()
protected Ext extCaseImpl()
protected Ext extCastImpl()
protected Ext extClassBodyImpl()
protected Ext extClassDeclImpl()
protected Ext extConstructorDeclImpl()
protected Ext extConstructorCallImpl()
protected Ext extEvalImpl()
protected Ext extExprImpl()
protected Ext extFieldAssignImpl()
protected Ext extFieldDeclImpl()
protected Ext extFieldImpl()
protected Ext extInitializerImpl()
protected Ext extInstanceofImpl()
protected Ext extMethodDeclImpl()
protected Ext extNewImpl()
public final Ext extNewFabricArray()
extNewFabricArray
in interface FabILExtFactory
protected Ext extNewFabricArrayImpl()
protected Ext postExtNewFabricArray(Ext e)
protected Ext extNodeImpl()
protected Ext extPackageNodeImpl()
protected Ext extSpecialImpl()
protected Ext extTypeNodeImpl()
protected Ext extUnaryImpl()
public final Ext extProviderLabel()
extProviderLabel
in interface FabILExtFactory
protected Ext extProviderLabelImpl()
protected Ext postExtProviderLabel(Ext ext)
public final Ext extCodebaseNode()
extCodebaseNode
in interface FabILExtFactory
protected Ext extCodebaseNodeImpl()
protected Ext postExtCodebaseNode(Ext ext)
public final Ext extCodebaseDecl()
extCodebaseDecl
in interface FabILExtFactory
protected Ext extCodebaseDeclImpl()
protected Ext postExtCodebaseDecl(Ext ext)
public final Ext extCodebaseTypeNode()
extCodebaseTypeNode
in interface FabILExtFactory
protected Ext extCodebaseTypeNodeImpl()
protected Ext postExtCodebaseTypeNode(Ext ext)
public final Ext extStoreGetter()
extStoreGetter
in interface FabILExtFactory
protected Ext extStoreGetterImpl()
protected Ext postExtStoreGetter(Ext ext)