Package org.openrewrite.trait
Interface Trait<T extends Tree>
- Type Parameters:
T- The type of the tree that this trait is related to. When multiple specific types of tree are possible, this should be the lowest common super-type of all the types.
A trait captures semantic information related to a syntax element.
-
Method Summary
-
Method Details
-
getCursor
Cursor getCursor() -
getTree
-