at.dms.compiler
Class CToken.LookupToken

java.lang.Object
  |
  +--at.dms.compiler.CToken.LookupToken
Enclosing class:
CToken

static class CToken.LookupToken
extends java.lang.Object


Field Summary
 char[] data
           
 int length
           
 int start
           
 int type
           
 
Constructor Summary
(package private) CToken.LookupToken()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 CToken.LookupToken store()
           
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

public char[] data

start

public int start

length

public int length

type

public int type
Constructor Detail

CToken.LookupToken

CToken.LookupToken()
Method Detail

store

public CToken.LookupToken store()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object