com.alibaba.fastjson.parser
Class SymbolTable.Entry

java.lang.Object
  extended by com.alibaba.fastjson.parser.SymbolTable.Entry
Enclosing class:
SymbolTable

protected static final class SymbolTable.Entry
extends Object


Field Summary
 byte[] bytes
           
 char[] characters
           
 int hashCode
           
 SymbolTable.Entry next
           
 String symbol
           
 
Constructor Summary
SymbolTable.Entry(char[] ch, int offset, int length, int hash, SymbolTable.Entry next)
          Constructs a new entry from the specified symbol information and next entry reference.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

symbol

public final String symbol

hashCode

public final int hashCode

characters

public final char[] characters

bytes

public final byte[] bytes

next

public SymbolTable.Entry next
Constructor Detail

SymbolTable.Entry

public SymbolTable.Entry(char[] ch,
                         int offset,
                         int length,
                         int hash,
                         SymbolTable.Entry next)
Constructs a new entry from the specified symbol information and next entry reference.



Copyright © 2012 Alibaba Group. All Rights Reserved.