public interface TransformationNode
Modifier and Type | Method and Description |
---|---|
void |
accept(TransformationNodeVisitor visitor)
Accept a transformation node visitor.
|
Object |
getAnnotation(String name)
Get the annotation with the given name.
|
boolean |
hasAnnotations()
Determines if the node has any annotations.
|
void |
reset()
Clear all temporary transformation information in the node, i.e all
annotations.
|
void |
setAnnotation(String name,
Object annotation)
Set an annotation.
|
void reset()
boolean hasAnnotations()
Object getAnnotation(String name)
name
- the annotation namenull
if there is nonevoid setAnnotation(String name, Object annotation)
name
- the annotation nameannotation
- the annotation valuevoid accept(TransformationNodeVisitor visitor)
visitor
- the visitorBuild 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a