MCPcopy Index your code
hub / github.com/apache/groovy / getStartColumn

Method getStartColumn

src/main/java/org/codehaus/groovy/syntax/CSTNode.java:344–346  ·  view source on GitHub ↗

Returns the starting column number of this node in the source. @return the column number (1-based), or -1 if not known

()

Source from the content-addressed store, hash-verified

342 * @return the column number (1-based), or -1 if not known
343 */
344 public int getStartColumn() {
345 return getRoot(true).getStartColumn();
346 }
347
348 /**
349 * Marks this node as a complete expression.

Callers 1

writeMethod · 0.95

Calls 1

getRootMethod · 0.95

Tested by

no test coverage detected