Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.tripi.asp
Class ContextObject  view ContextObject download ContextObject.java

java.lang.Object
  extended bycom.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.