|
|||||||||
| Home >> All >> com >> tripi >> [ asp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.tripi.asp
Class ContextObject

java.lang.Objectcom.tripi.asp.ContextObject
- public class ContextObject
- extends java.lang.Object
This class is a container which stores a single object and the DebugContext in which this object was created.
- Version:
- 0.9
| Field Summary | |
int |
lineno
The line number this object was created. |
java.lang.Object |
object
The object this container holds. |
| Constructor Summary | |
ContextObject(java.lang.Object object,
int lineno)
Constructor. |
|
| Method Summary | |
java.lang.String |
toString()
Output this context container as a string. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
object
public java.lang.Object object
- The object this container holds.
lineno
public int lineno
- The line number this object was created.
| Constructor Detail |
ContextObject
public ContextObject(java.lang.Object object, int lineno)
- Constructor.
| Method Detail |
toString
public java.lang.String toString()
- Output this context container as a string. For debugging.
|
|||||||||
| Home >> All >> com >> tripi >> [ asp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.tripi.asp.ContextObject