Returns the current node on the builder stack. @return the current node, or null if none is active
()
| 71 | * @return the current node, or {@code null} if none is active |
| 72 | */ |
| 73 | protected Object getCurrent() { |
| 74 | return current; |
| 75 | } |
| 76 | |
| 77 | /** |
| 78 | * Updates the current node on the builder stack. |
no outgoing calls
no test coverage detected