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

Quick Search    Search Deep

com.k_int.util.CCL
Class CCLHelper  view CCLHelper download CCLHelper.java

java.lang.Object
  extended bycom.k_int.util.CCL.CCLHelper

public class CCLHelper
extends java.lang.Object

Simple test of CCL Parser, extends the Base parser and listens for parse tokens, convert the stream of tokens into prefix notation.


Nested Class Summary
static class CCLHelper.OpenBrace
           
static class CCLHelper.OpNode
           
static class CCLHelper.ParseNode
           
static class CCLHelper.TermNode
           
 
Constructor Summary
CCLHelper()
           
 
Method Summary
static java.util.LinkedList postfixToPrefix(java.util.LinkedList postfix_list)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CCLHelper

public CCLHelper()
Method Detail

postfixToPrefix

public static java.util.LinkedList postfixToPrefix(java.util.LinkedList postfix_list)