Building Parsers with Java

sjm.examples.coffee
Class FormerNameAssembler

java.lang.Object
  |
  +--sjm.parse.Assembler
        |
        +--sjm.examples.coffee.FormerNameAssembler

public class FormerNameAssembler
extends Assembler

This assembler pops a string, and sets the target coffee's former name to this string.


Constructor Summary
FormerNameAssembler()
           
 
Method Summary
 void workOn(Assembly a)
          Pop a string, and set the target coffee's former name to this string.
 
Methods inherited from class sjm.parse.Assembler
elementsAbove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormerNameAssembler

public FormerNameAssembler()
Method Detail

workOn

public void workOn(Assembly a)
Pop a string, and set the target coffee's former name to this string.
Overrides:
workOn in class Assembler
Parameters:
Assembly - the assembly to work on

by Steve Metsker