The AST's hash code. @return A hash code
()
| 66 | * @return A hash code |
| 67 | **/ |
| 68 | @Override |
| 69 | public int hashCode() |
| 70 | { |
| 71 | return Native.getAstHash(getContext().nCtx(), getNativeObject()); |
| 72 | } |
| 73 | |
| 74 | /** |
| 75 | * A unique identifier for the AST (unique among all ASTs). |
nothing calls this directly
no test coverage detected