groovy.json
[Java] Enum JsonTokenType
java.lang.Object
java.lang.Enum
groovy.json.JsonTokenType
public enum JsonTokenType
extends Enum
Enum listing all the possible JSON tokens that should be recognized by the lexer.
- Authors:
- Guillaume Laforge
- Since:
- 1.8.0
Methods inherited from class Enum
|
name, equals, toString, hashCode, compareTo, compareTo, valueOf, getDeclaringClass, ordinal, wait, wait, wait, getClass, notify, notifyAll |
getLabel
public String getLabel()
-
getValidator
public Object getValidator()
-
Copyright © 2003-2010 The Codehaus. All rights reserved.