JET

edu.utep.cs.et.gui.editor.syn
Class KeywordMap.Keyword

java.lang.Object
  extended by edu.utep.cs.et.gui.editor.syn.KeywordMap.Keyword
Enclosing class:
KeywordMap

 class KeywordMap.Keyword
extends Object


Field Summary
 byte id
           
 char[] keyword
           
 KeywordMap.Keyword next
           
 
Constructor Summary
KeywordMap.Keyword(char[] keyword, byte id, KeywordMap.Keyword next)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

keyword

public char[] keyword

id

public byte id

next

public KeywordMap.Keyword next
Constructor Detail

KeywordMap.Keyword

public KeywordMap.Keyword(char[] keyword,
                          byte id,
                          KeywordMap.Keyword next)

JET

JET is Copyright (C) 2005-2007 by The University of Texas at El Paso and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.