Class PALplate.mud.scanner
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class PALplate.mud.scanner

java.lang.Object
   |
   +----PALplate.mud.scanner

public class scanner
extends Object

Variable Index

 o data
 o next_char

Constructor Index

 o scanner()

Method Index

 o advance()
 o init()
 o next_token()

Variables

 o next_char
  protected static int next_char
 o data
  public static String data

Constructors

 o scanner
  public scanner()

Methods

 o advance
  protected static void advance()
 o init
  public static void init()
 o next_token
  public static token next_token()

All Packages  Class Hierarchy  This Package  Previous  Next  Index