Building Parsers with Java

sjm.examples.coffee
Class AlsoFrenchAssembler

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

public class AlsoFrenchAssembler
extends Assembler

This assembler sets a target coffee object boolean that indicates the type of coffee also comes in a french roast.


Constructor Summary
AlsoFrenchAssembler()
           
 
Method Summary
 void workOn(Assembly a)
          Set a target coffee object's boolean to indicate that this type of coffee also comes in a french roast.
 
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

AlsoFrenchAssembler

public AlsoFrenchAssembler()
Method Detail

workOn

public void workOn(Assembly a)
Set a target coffee object's boolean to indicate that this type of coffee also comes in a french roast.
Overrides:
workOn in class Assembler
Parameters:
Assembly - the assembly to work on

by Steve Metsker