Building Parsers with Java

sjm.examples.sling
Class PiAssembler

java.lang.Object
  |
  +--sjm.parse.Assembler
        |
        +--sjm.examples.sling.PiAssembler

public class PiAssembler
extends Assembler

Pushes the function (t, pi).


Constructor Summary
PiAssembler()
           
 
Method Summary
 void workOn(Assembly a)
          Push the function (t, pi).
 
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

PiAssembler

public PiAssembler()
Method Detail

workOn

public void workOn(Assembly a)
Push the function (t, pi).
Overrides:
workOn in class Assembler
Parameters:
Assembly - the assembly to work on

by Steve Metsker