pnuts.compiler
Class CompilerPnutsImpl

java.lang.Object
  |
  +--pnuts.lang.PnutsImpl
        |
        +--pnuts.compiler.CompilerPnutsImpl

public class CompilerPnutsImpl
extends PnutsImpl

A subclass of PnutsImpl that always compiles scripts.

See Also:
PnutsImpl, CachedPnutsImpl

Constructor Summary
CompilerPnutsImpl()
           
 
Method Summary
 java.lang.Object accept(SimpleNode node, Context context)
           
 void includeLineNo(boolean flag)
           
 
Methods inherited from class pnuts.lang.PnutsImpl
checkException, eval, load, load, load, loadFile, popFile, pushFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompilerPnutsImpl

public CompilerPnutsImpl()
Method Detail

includeLineNo

public void includeLineNo(boolean flag)

accept

public java.lang.Object accept(SimpleNode node,
                               Context context)
Overrides:
accept in class PnutsImpl