public interface IDecoration
IDecoration
is a type of parse tree element that decorates an IDefinitionNode
. An IDecoration
is not a child of
an IDefinitionNode
node, rather it helps change the signature of the IDefinitionNode
These include:
-modifiers
-namespaces
-metadataModifier and Type | Method and Description |
---|---|
IDefinitionNode |
getDecoratedDefinitionNode()
Returns the parent that is being decorated by this
IDecoration |
IDefinitionNode getDecoratedDefinitionNode()
IDecoration
IDefinitionNode
representing the parentCopyright © 2016 The Apache Software Foundation. All rights reserved.