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:
createAttributeGenin interfaceGenFactory
-
createConstGen
public ConstGen createConstGen()
- Specified by:
createConstGenin interfaceGenFactory
-
createNativeGen
public NativeGen createNativeGen()
- Specified by:
createNativeGenin interfaceGenFactory
-
createEnumGen
public EnumGen createEnumGen()
- Specified by:
createEnumGenin interfaceGenFactory
-
createExceptionGen
public ExceptionGen createExceptionGen()
- Specified by:
createExceptionGenin interfaceGenFactory
-
createForwardGen
public ForwardGen createForwardGen()
- Specified by:
createForwardGenin interfaceGenFactory
-
createForwardValueGen
public ForwardValueGen createForwardValueGen()
- Specified by:
createForwardValueGenin interfaceGenFactory
-
createIncludeGen
public IncludeGen createIncludeGen()
- Specified by:
createIncludeGenin interfaceGenFactory
-
createInterfaceGen
public InterfaceGen createInterfaceGen()
- Specified by:
createInterfaceGenin interfaceGenFactory
-
createValueGen
public ValueGen createValueGen()
- Specified by:
createValueGenin interfaceGenFactory
-
createValueBoxGen
public ValueBoxGen createValueBoxGen()
- Specified by:
createValueBoxGenin interfaceGenFactory
-
createMethodGen
public MethodGen createMethodGen()
- Specified by:
createMethodGenin interfaceGenFactory
-
createModuleGen
public ModuleGen createModuleGen()
- Specified by:
createModuleGenin interfaceGenFactory
-
createParameterGen
public ParameterGen createParameterGen()
- Specified by:
createParameterGenin interfaceGenFactory
-
createPragmaGen
public PragmaGen createPragmaGen()
- Specified by:
createPragmaGenin interfaceGenFactory
-
createPrimitiveGen
public PrimitiveGen createPrimitiveGen()
- Specified by:
createPrimitiveGenin interfaceGenFactory
-
createSequenceGen
public SequenceGen createSequenceGen()
- Specified by:
createSequenceGenin interfaceGenFactory
-
createStringGen
public StringGen createStringGen()
- Specified by:
createStringGenin interfaceGenFactory
-
createStructGen
public StructGen createStructGen()
- Specified by:
createStructGenin interfaceGenFactory
-
createTypedefGen
public TypedefGen createTypedefGen()
- Specified by:
createTypedefGenin interfaceGenFactory
-
createUnionGen
public UnionGen createUnionGen()
- Specified by:
createUnionGenin interfaceGenFactory
-
-