Package | Description |
---|---|
oracle.odi.mapping.generation |
Modifier and Type | Method and Description |
---|---|
static AbstractSyntaxTree.ASTMetadata |
AbstractSyntaxTree.getASTMetadata(java.lang.Class astClassType) |
static AbstractSyntaxTree.ASTMetadata |
AbstractSyntaxTree.getASTMetadata(java.lang.String astClassName) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
AbstractSyntaxTree.ASTMetadata.getSubstitutionVariableName(AbstractSyntaxTree.ASTMetadata topLevelASTMetadata)
Get the substitution variable name used for this AST class type, by the specified
top-level AST class template.
|
java.lang.String |
AbstractSyntaxTree.ASTMetadata.getTreeText(AbstractSyntaxTree.ASTMetadata topLevelASTMetadata)
Get the tree text when adding this AST class to a helper tree.
|