org.holtz.zoe.zoel
Class ZoelTokenizer

java.lang.Object
  extended by java.io.StreamTokenizer
      extended by org.holtz.zoe.zoel.ZoelTokenizer

public class ZoelTokenizer
extends java.io.StreamTokenizer

A tokenizer for the programming language encoded in the Genotype of a Bug.

See Also:
Operator, Register

Field Summary
static char StatementTerminator
           
 
Fields inherited from class java.io.StreamTokenizer
nval, sval, TT_EOF, TT_EOL, TT_NUMBER, TT_WORD, ttype
 
Constructor Summary
ZoelTokenizer(java.io.Reader text)
           
 
Method Summary
 
Methods inherited from class java.io.StreamTokenizer
commentChar, eolIsSignificant, lineno, lowerCaseMode, nextToken, ordinaryChar, ordinaryChars, parseNumbers, pushBack, quoteChar, resetSyntax, slashSlashComments, slashStarComments, toString, whitespaceChars, wordChars
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

StatementTerminator

public static final char StatementTerminator
See Also:
Constant Field Values
Constructor Detail

ZoelTokenizer

public ZoelTokenizer(java.io.Reader text)