[Java] Class LineColumn

  • org.codehaus.groovy.antlr.LineColumn
public class LineColumn
extends Object

An object representing a line and column position

Constructor Summary

Constructors
Constructor and description
LineColumn (int line, int column)

Methods Summary

Methods
Type Params Return Type Name and description
public boolean equals(Object that)
public int getColumn()
public int getLine()
public int hashCode()
public String toString()

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Constructor Detail

public LineColumn(int line, int column)

Method Detail

public boolean equals(Object that)

public int getColumn()

public int getLine()

public int hashCode()

public String toString()

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/antlr/LineColumn.html