de.hillenbrand.jedi.misc
Class LineResolver

java.lang.Object
  extended by de.hillenbrand.jedi.misc.LineResolver

public class LineResolver
extends java.lang.Object


Nested Class Summary
static class LineResolver.Type
           
 
Constructor Summary
LineResolver()
           
 
Method Summary
 void add(int line, LineResolver.Type type, java.lang.Object obj, int objLine)
           
 java.lang.Object getObject(int line)
           
 int getObjectLine(int line)
           
 LineResolver.Type getType(int line)
           
 boolean isEmpty()
          Tells whether there is data in the LineResolver or not.
 void reset()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LineResolver

public LineResolver()
Method Detail

add

public void add(int line,
                LineResolver.Type type,
                java.lang.Object obj,
                int objLine)

getObject

public java.lang.Object getObject(int line)

getObjectLine

public int getObjectLine(int line)

getType

public LineResolver.Type getType(int line)

isEmpty

public boolean isEmpty()
Tells whether there is data in the LineResolver or not.


reset

public void reset()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object