The IParameterContainer type exposes the following members.

Methods

  NameDescription
Public methodAddEmbeddedParameter
Adds a parameter specification for a parameter encountered within this node. We use the term 'embedded' here because of the fact that the parameter was simply encountered as part of the node's text; it does not exist as part of a subtree as it might in a true AST.
Public methodGetEmbeddedParameters
Retrieve all embedded parameter specifications.

Properties

  NameDescription
Public propertyHasEmbeddedParameters
Determine whether this node contans embedded parameters. The implication is that {@link #getEmbeddedParameters()} is allowed to return null if this method returns false.
Public propertyText
Set the renderable text of this node.

See Also