Class Factories
- java.lang.Object
-
- com.sun.tools.corba.ee.idl.Factories
-
- com.sun.tools.corba.ee.idl.toJavaPortable.Factories
-
public class Factories extends Factories
-
-
Field Summary
Fields Modifier and Type Field Description private DefaultFactory_defaultFactoryprivate Helper_helperprivate Holder_holderprivate Skeleton_skeletonprivate Stub_stubprivate ValueFactory_valueFactory(package private) static java.lang.String[]keywords
-
Constructor Summary
Constructors Constructor Description Factories()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Argumentsarguments()Return a subclass of the Arguments class.DefaultFactorydefaultFactory()GenFactorygenFactory()Return the implementation of the GenFactory interface.Helperhelper()Holderholder()java.lang.String[]languageKeywords()Return the list of keywords in the generated language.Skeletonskeleton()Stubstub()ValueFactoryvalueFactory()-
Methods inherited from class com.sun.tools.corba.ee.idl.Factories
exprFactory, symtabFactory
-
-
-
-
Field Detail
-
keywords
static java.lang.String[] keywords
-
_helper
private Helper _helper
-
_valueFactory
private ValueFactory _valueFactory
-
_defaultFactory
private DefaultFactory _defaultFactory
-
_holder
private Holder _holder
-
_skeleton
private Skeleton _skeleton
-
_stub
private Stub _stub
-
-
Method Detail
-
genFactory
public GenFactory genFactory()
Description copied from class:FactoriesReturn the implementation of the GenFactory interface. If this returns null, then the compiler cannot generate anything.- Overrides:
genFactoryin classFactories- Returns:
- null
-
arguments
public Arguments arguments()
Description copied from class:FactoriesReturn a subclass of the Arguments class. If this returns null, the default will be used.
-
languageKeywords
public java.lang.String[] languageKeywords()
Description copied from class:FactoriesReturn the list of keywords in the generated language. Note that these keywords may contain the following wildcards:- `*'
- matches zero or more characters
- `+'
- matches one or more characters
- `.'
- matches any single character
- Overrides:
languageKeywordsin classFactories- Returns:
- an array of keywords
-
helper
public Helper helper()
-
valueFactory
public ValueFactory valueFactory()
-
defaultFactory
public DefaultFactory defaultFactory()
-
holder
public Holder holder()
-
skeleton
public Skeleton skeleton()
-
stub
public Stub stub()
-
-