Returns the current semantic meaning (interpretation) of this node. For nodes without a root, returns Types#UNKNOWN. @return the node's meaning type from Types
()
| 47 | * @return the node's meaning type from {@link Types} |
| 48 | */ |
| 49 | public int getMeaning() { |
| 50 | return getRoot(true).getMeaning(); |
| 51 | } |
| 52 | |
| 53 | /** |
| 54 | * Sets the semantic meaning (interpretation) of this node. |