de.hillenbrand.jedi.misc
Class LineResolver
java.lang.Object
de.hillenbrand.jedi.misc.LineResolver
public class LineResolver
- extends java.lang.Object
Method Summary |
void |
add(int line,
int type,
java.lang.Object obj,
int objLine)
|
java.lang.Object |
getObject(int line)
|
int |
getObjectLine(int line)
|
int |
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 |
CLASS_HEADER
public static final int CLASS_HEADER
- See Also:
- Constant Field Values
CLASS_VARIABLES
public static final int CLASS_VARIABLES
- See Also:
- Constant Field Values
METHOD_HEADER
public static final int METHOD_HEADER
- See Also:
- Constant Field Values
METHOD_BODY
public static final int METHOD_BODY
- See Also:
- Constant Field Values
CLASS_ANNOTATIONS
public static final int CLASS_ANNOTATIONS
- See Also:
- Constant Field Values
METHOD_ANNOTATIONS
public static final int METHOD_ANNOTATIONS
- See Also:
- Constant Field Values
LineResolver
public LineResolver()
add
public void add(int line,
int type,
java.lang.Object obj,
int objLine)
getObject
public java.lang.Object getObject(int line)
getObjectLine
public int getObjectLine(int line)
getType
public int 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