|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompositeName | |
org.objectweb.jorm.generator.api | |
org.objectweb.jorm.generator.lib | |
org.objectweb.jorm.metainfo.api | |
org.objectweb.jorm.metainfo.lib |
Uses of CompositeName in org.objectweb.jorm.generator.api |
Methods in org.objectweb.jorm.generator.api with parameters of type CompositeName | |
void |
Generator.generate(CompositeName mo,
TargetHolder th,
JormCompilerParameter cp)
Generates code for the given CompositeName. |
Uses of CompositeName in org.objectweb.jorm.generator.lib |
Fields in org.objectweb.jorm.generator.lib declared as CompositeName | |
CompositeName |
CNGenContext.co
Is the JORM meta object representing the composite name |
Methods in org.objectweb.jorm.generator.lib with parameters of type CompositeName | |
void |
PNameGetterGenerator.generate(CompositeName cn,
TargetHolder holder,
JormCompilerParameter cp)
This method generates a XPNameGetter file corresponding to the mo parameter in the directory parameter. |
void |
PNameGenerator.generate(CompositeName co,
TargetHolder holder,
JormCompilerParameter cp)
This method generates a XPName file corresponding to the pod parameter in the directory parameter. |
void |
JormGenerator.generate(CompositeName mo,
TargetHolder holder,
JormCompilerParameter cp)
This method generates the jorm objects by delegation to the PNameGenerator, BinderGenerator and CompositeNameGenerator. |
java.lang.String |
CommonJVMHelper.getConstructorFieldsPncParam(CompositeName co)
|
void |
BinderGenerator.generate(CompositeName co,
TargetHolder holder,
JormCompilerParameter cp)
This method generates a XPBinder file corresponding to the co parameter in the directory parameter. |
Constructors in org.objectweb.jorm.generator.lib with parameters of type CompositeName | |
KFPNCGenerator.NamingKeyFilterExpressionHelper(Expression e,
CompositeName co,
Logger logger)
|
|
CNGenContext(CompositeName _co,
ClassVisitor _clav,
CommonJVMHelper h)
|
Uses of CompositeName in org.objectweb.jorm.metainfo.api |
Methods in org.objectweb.jorm.metainfo.api that return CompositeName | |
CompositeName |
Package.getCompositeName(java.lang.String cn_Name)
Returns a compositename identified with its name. |
CompositeName |
Package.createCompositeName(java.lang.String CN_Name)
Returns a new compositename identified by its name. |
CompositeName |
NameRef.getCompositeName()
Retrieve the metaobject describing the composite name referenced by this nameref. |
CompositeName |
Manager.getCompositeName(java.lang.String fqcompositeNameName)
|
CompositeName |
Manager.createCompositeName(java.lang.String fqcompositeNameName)
|
CompositeName |
CompositeName.getInheritedCompositeName(java.lang.String name)
Retrieve an inherited composite name form its name. |
Methods in org.objectweb.jorm.metainfo.api with parameters of type CompositeName | |
void |
Package.addCompositeName(CompositeName composite)
Adds an existing CompositeName to the current Package |
NameRef |
NameDef.createNameRef(CompositeName cn_Class)
Builds a reference toward a composite name describing the namedef. |
void |
CompositeName.addInheritedCompositeName(CompositeName cn)
Add an inherited composite name to the current composite name. |
Uses of CompositeName in org.objectweb.jorm.metainfo.lib |
Classes in org.objectweb.jorm.metainfo.lib that implement CompositeName | |
class |
BasicCompositeName
The BasicCompositeName provides an implementation of the composite name. |
Methods in org.objectweb.jorm.metainfo.lib that return CompositeName | |
CompositeName |
JormManager.getCompositeName(java.lang.String fqcompositeNameName)
|
CompositeName |
JormManager.createCompositeName(java.lang.String fqcompositeNameName)
|
CompositeName |
BasicPackage.getCompositeName(java.lang.String cn_Name)
Returns a compositename identified with its name. |
CompositeName |
BasicPackage.createCompositeName(java.lang.String CN_Name)
Returns a new compositename identified by its name. |
CompositeName |
BasicNameRef.getCompositeName()
Retrieve the metaobject describing the composite name referenced by this nameref. |
CompositeName |
BasicCompositeName.getInheritedCompositeName(java.lang.String name)
Retrieve an inherited composite name form its name. |
Methods in org.objectweb.jorm.metainfo.lib with parameters of type CompositeName | |
void |
MetaInfoPrinter.print(java.lang.String p,
CompositeName cn,
java.io.PrintStream out)
|
void |
BasicPackage.addCompositeName(CompositeName composite)
Adds an existing CompositeName to the current Package |
NameRef |
BasicNameDef.createNameRef(CompositeName cn_Class)
Build a reference toward a composite name describing the namedef. |
void |
BasicCompositeName.addInheritedCompositeName(CompositeName cn)
Add an inherited composite name to the current composite name. |
Constructors in org.objectweb.jorm.metainfo.lib with parameters of type CompositeName | |
BasicNameRef(CompositeName cn_Class,
MetaObject parent)
Builds a new BasicNameRef object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |