| 
Groovy 1.8.5 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.codehaus.groovy.antlr.LineColumn
public class LineColumn extends Object
An object representing a line and column position
| Constructor Summary | |
            LineColumn(int line, int column)
             | 
        |
| Method Summary | |
|---|---|
            boolean
         | 
        
            equals(Object that)
             | 
        
            int
         | 
        
            getColumn()
             | 
        
            int
         | 
        
            getLine()
             | 
        
            int
         | 
        
            hashCode()
             | 
        
            String
         | 
        
            toString()
             | 
        
| Methods inherited from 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()
Copyright © 2003-2011 The Codehaus. All rights reserved.