public class PositionInfo extends Object
| Constructor and description |
|---|
PositionInfo
(int line, int column) |
| Type Params | Return Type | Name and description |
|---|---|---|
public boolean |
equals(Object o) | |
public int |
getColumn() | |
public int |
getLine() | |
public int |
hashCode() | |
public void |
setColumn(int column) | |
public void |
setLine(int line) | |
public String |
toString() |
| Methods inherited from class | Name |
|---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/apache/groovy/parser/antlr4/PositionInfo.html