Class Factories
java.lang.Object
com.sun.tools.corba.ee.idl.Factories
com.sun.tools.corba.ee.idl.toJavaPortable.Factories
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate DefaultFactory
private Helper
private Holder
private Skeleton
private Stub
private ValueFactory
(package private) static String[]
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sun.tools.corba.ee.idl.Factories
exprFactory, symtabFactory
-
Field Details
-
keywords
-
_helper
-
_valueFactory
-
_defaultFactory
-
_holder
-
_skeleton
-
_stub
-
-
Constructor Details
-
Factories
public Factories()
-
-
Method Details
-
genFactory
Description copied from class:Factories
Return the implementation of the GenFactory interface. If this returns null, then the compiler cannot generate anything.- Overrides:
genFactory
in classFactories
- Returns:
- null
-
arguments
Description copied from class:Factories
Return a subclass of the Arguments class. If this returns null, the default will be used. -
languageKeywords
Description copied from class:Factories
Return 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:
languageKeywords
in classFactories
- Returns:
- an array of keywords
-
helper
-
valueFactory
-
defaultFactory
-
holder
-
skeleton
-
stub
-