MCPcopy Create free account
hub / github.com/apache/groovy / getColumnNumber

Method getColumnNumber

src/main/java/org/codehaus/groovy/ast/ASTNode.java:104–106  ·  view source on GitHub ↗

Returns the column number where this AST node begins in the source file. Column numbers are 0-indexed. Returns -1 if position information is unavailable (for synthetic or generated nodes). @return the starting column number, or -1 if not available

()

Source from the content-addressed store, hash-verified

102 * @return the starting column number, or -1 if not available
103 */
104 public int getColumnNumber() {
105 return columnNumber;
106 }
107
108 /**
109 * Sets the starting column number for this AST node in the source file.

Callers 15

getGinqExpressionMethod · 0.95
throwParserExceptionMethod · 0.95
getLocationTextMethod · 0.45
parseMethod · 0.45
SyntaxExceptionMethod · 0.45
addWarningMethod · 0.45
recordMethod · 0.45
makeCallSiteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected