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

Quick Search    Search Deep

Uses of Interface
com.k_int.util.CCL.TermIdentifier

Uses of TermIdentifier in com.k_int.util.CCL
 

Classes in com.k_int.util.CCL that implement TermIdentifier
 class BaseCCLParser
           
 class CCLTest
          Simple test of CCL Parser, extends the Base parser and listens for parse tokens, convert the stream of tokens into prefix notation.
 class CCLToRPNParser
          Simple test of CCL Parser, extends the Base parser and listens for parse tokens, convert the stream of tokens into prefix notation.
 

Fields in com.k_int.util.CCL declared as TermIdentifier
private  TermIdentifier CCLLexer.ti
           
 

Constructors in com.k_int.util.CCL with parameters of type TermIdentifier
CCLLexer(java.io.Reader r, TermIdentifier ti)