jestr
Class StringifierScope

java.lang.Object
  extended byjestr.StringifierScope
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InternalStringifierScope

public class StringifierScope
extends java.lang.Object
implements java.io.Serializable

Author:
David Gilliland
See Also:
Serialized Form

Field Summary
static StringifierScope ALL_THREADS
           
static StringifierScope THIS_CALL_ONLY
           
static StringifierScope THIS_THREAD_ONLY
           
 
Constructor Summary
protected StringifierScope(int n)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 int getValue()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ALL_THREADS

public static final StringifierScope ALL_THREADS

THIS_THREAD_ONLY

public static final StringifierScope THIS_THREAD_ONLY

THIS_CALL_ONLY

public static final StringifierScope THIS_CALL_ONLY
Constructor Detail

StringifierScope

protected StringifierScope(int n)
Method Detail

toString

public java.lang.String toString()

equals

public boolean equals(java.lang.Object other)

hashCode

public int hashCode()

getValue

public int getValue()


Copyright (c) 2001-2003 - Apache Software Foundation