JSON
Version 1.0

org.codehaus.jackson.sym
Class Name

java.lang.Object
  extended by org.codehaus.jackson.sym.Name

public abstract class Name
extends Object

This enumeration defines basic token types that are results of parsing JSON content.

Author:
Tatu Saloranta

Constructor Summary
Name()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Name

public Name()

JSON
Version 1.0

Apache License, Version 2.0