fabil.extension
Class FabILExtFactory_c
java.lang.Object
AbstractExtFactory_c
fabil.extension.FabILExtFactory_c
- All Implemented Interfaces:
- FabILExtFactory
public class FabILExtFactory_c
- extends AbstractExtFactory_c
- implements FabILExtFactory
Factory for FabIL extension nodes.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FabILExtFactory_c
public FabILExtFactory_c()
extFabricArrayTypeNode
public Ext extFabricArrayTypeNode()
- Specified by:
extFabricArrayTypeNode
in interface FabILExtFactory
extFabricArrayTypeNodeImpl
protected Ext extFabricArrayTypeNodeImpl()
postExtFabricArrayTypeNode
protected Ext postExtFabricArrayTypeNode(Ext ext)
extAtomic
public final Ext extAtomic()
- Factory method for Atomic objects
- Specified by:
extAtomic
in interface FabILExtFactory
extAtomicImpl
protected Ext extAtomicImpl()
postExtAtomic
protected Ext postExtAtomic(Ext ext)
extAbort
public final Ext extAbort()
- Specified by:
extAbort
in interface FabILExtFactory
extAbortImpl
protected Ext extAbortImpl()
postExtAbort
protected Ext postExtAbort(Ext ext)
extRetry
public final Ext extRetry()
- Specified by:
extRetry
in interface FabILExtFactory
extRetryImpl
protected Ext extRetryImpl()
postExtRetry
protected Ext postExtRetry(Ext ext)
extArrayAccessAssignImpl
protected Ext extArrayAccessAssignImpl()
extArrayAccessImpl
protected Ext extArrayAccessImpl()
extFabricArrayInit
public final Ext extFabricArrayInit()
- Specified by:
extFabricArrayInit
in interface FabILExtFactory
extFabricArrayInitImpl
protected Ext extFabricArrayInitImpl()
postExtFabricArrayInit
protected Ext postExtFabricArrayInit(Ext ext)
extBinaryImpl
protected Ext extBinaryImpl()
extCallImpl
protected Ext extCallImpl()
extCastImpl
protected Ext extCastImpl()
extClassBodyImpl
protected Ext extClassBodyImpl()
extClassDeclImpl
protected Ext extClassDeclImpl()
extConstructorDeclImpl
protected Ext extConstructorDeclImpl()
extConstructorCallImpl
protected Ext extConstructorCallImpl()
extEvalImpl
protected Ext extEvalImpl()
extExprImpl
protected Ext extExprImpl()
extFieldAssignImpl
protected Ext extFieldAssignImpl()
extFieldDeclImpl
protected Ext extFieldDeclImpl()
extFieldImpl
protected Ext extFieldImpl()
extInitializerImpl
protected Ext extInitializerImpl()
extInstanceofImpl
protected Ext extInstanceofImpl()
extMethodDeclImpl
protected Ext extMethodDeclImpl()
extNewImpl
protected Ext extNewImpl()
extNewFabricArray
public Ext extNewFabricArray()
- Specified by:
extNewFabricArray
in interface FabILExtFactory
extNewFabricArrayImpl
protected Ext extNewFabricArrayImpl()
postExtNewFabricArray
protected Ext postExtNewFabricArray(Ext e)
extNodeImpl
protected Ext extNodeImpl()
extSpecialImpl
protected Ext extSpecialImpl()
extTypeNodeImpl
protected Ext extTypeNodeImpl()
extUnaryImpl
protected Ext extUnaryImpl()