Building Parsers with Java

sjm.examples.design
Class ShowAssembler

java.lang.Object
  |
  +--sjm.examples.design.ShowAssembler

public class ShowAssembler
extends java.lang.Object

Show how to use an assembler. The example shows how to calculate the average length of words in a string.


Constructor Summary
ShowAssembler()
           
 
Method Summary
static void main(java.lang.String[] args)
          Show how to use an assembler to calculate the average length of words in a string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowAssembler

public ShowAssembler()
Method Detail

main

public static void main(java.lang.String[] args)
Show how to use an assembler to calculate the average length of words in a string.

by Steve Metsker