Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

pgj.gen.std
Interface Term  view Term download Term.java

All Known Implementing Classes:
ProductionRule.TermImpl

interface Term


Method Summary
 Symbol getExpectedInput()
           
 ProductionRule getProductionRule()
           
 Term nextRead()
           
 boolean reduce()
           
 

Method Detail

nextRead

public Term nextRead()

getExpectedInput

public Symbol getExpectedInput()

reduce

public boolean reduce()

getProductionRule

public ProductionRule getProductionRule()