Object-oriented Parser System
v3.6

scanner
Class Test

Object
  extended by Test

public abstract class Test
extends Object

usage examples.

  java scanner.Test 0 if iffy whilest while
  (?:[  
  ]|\/\/.*|\/\*(?:[^*]|\*+[^\/*])*\*+\/)*(([a-zA-Z_][a-zA-Z_0-9]*)|([0-9]+)|\Qwhile\E|\Qreturn\E|\Qint\E|\Qif\E|\Qelse\E|\Qcontinue\E|\Qbreak\E|\Q--\E|\Q++\E|\Q%=\E|\Q/=\E|\Q*=\E|\Q-=\E|\Q+=\E|\Q!=\E|\Q==\E|\Q<=\E|.|\n|($))
  (1) literal 14 "if"
  (2) pattern 0 "iffy"
  (3) pattern 0 "whilest"
  (4) literal 17 "while"
  (5) [eof] 


Constructor Summary
Test()
           
 
Method Summary
static void main(String... arg)
          illustration: create and test scanners.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test

public Test()
Method Detail

main

public static void main(String... arg)
                 throws IOException
illustration: create and test scanners.

Parameters:
arg - digit to select a test; optional input sequence.
Throws:
IOException


(c) 2008 Axel T. Schreiner