Class GenFactory
- java.lang.Object
-
- com.sun.tools.corba.ee.idl.toJavaPortable.GenFactory
-
- All Implemented Interfaces:
GenFactory
public class GenFactory extends java.lang.Object implements GenFactory
-
-
Constructor Summary
Constructors Constructor Description GenFactory()
-
Method Summary
-
-
-
Method Detail
-
createAttributeGen
public AttributeGen createAttributeGen()
- Specified by:
createAttributeGen
in interfaceGenFactory
-
createConstGen
public ConstGen createConstGen()
- Specified by:
createConstGen
in interfaceGenFactory
-
createNativeGen
public NativeGen createNativeGen()
- Specified by:
createNativeGen
in interfaceGenFactory
-
createEnumGen
public EnumGen createEnumGen()
- Specified by:
createEnumGen
in interfaceGenFactory
-
createExceptionGen
public ExceptionGen createExceptionGen()
- Specified by:
createExceptionGen
in interfaceGenFactory
-
createForwardGen
public ForwardGen createForwardGen()
- Specified by:
createForwardGen
in interfaceGenFactory
-
createForwardValueGen
public ForwardValueGen createForwardValueGen()
- Specified by:
createForwardValueGen
in interfaceGenFactory
-
createIncludeGen
public IncludeGen createIncludeGen()
- Specified by:
createIncludeGen
in interfaceGenFactory
-
createInterfaceGen
public InterfaceGen createInterfaceGen()
- Specified by:
createInterfaceGen
in interfaceGenFactory
-
createValueGen
public ValueGen createValueGen()
- Specified by:
createValueGen
in interfaceGenFactory
-
createValueBoxGen
public ValueBoxGen createValueBoxGen()
- Specified by:
createValueBoxGen
in interfaceGenFactory
-
createMethodGen
public MethodGen createMethodGen()
- Specified by:
createMethodGen
in interfaceGenFactory
-
createModuleGen
public ModuleGen createModuleGen()
- Specified by:
createModuleGen
in interfaceGenFactory
-
createParameterGen
public ParameterGen createParameterGen()
- Specified by:
createParameterGen
in interfaceGenFactory
-
createPragmaGen
public PragmaGen createPragmaGen()
- Specified by:
createPragmaGen
in interfaceGenFactory
-
createPrimitiveGen
public PrimitiveGen createPrimitiveGen()
- Specified by:
createPrimitiveGen
in interfaceGenFactory
-
createSequenceGen
public SequenceGen createSequenceGen()
- Specified by:
createSequenceGen
in interfaceGenFactory
-
createStringGen
public StringGen createStringGen()
- Specified by:
createStringGen
in interfaceGenFactory
-
createStructGen
public StructGen createStructGen()
- Specified by:
createStructGen
in interfaceGenFactory
-
createTypedefGen
public TypedefGen createTypedefGen()
- Specified by:
createTypedefGen
in interfaceGenFactory
-
createUnionGen
public UnionGen createUnionGen()
- Specified by:
createUnionGen
in interfaceGenFactory
-
-