frysk.expr
Class IncompleteScopeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by frysk.expr.CompletionException
                  extended by frysk.expr.IncompleteScopeException
All Implemented Interfaces:
Serializable

 class IncompleteScopeException
extends CompletionException

An incomplete blah.


Field Summary
(package private) static long serialVersionUID
           
 
Constructor Summary
IncompleteScopeException(AST ast)
           
 
Method Summary
(package private)  int complete(ExprSymTab symTab, List list)
          Complete the value using the symbol table.
 
Methods inherited from class frysk.expr.CompletionException
getColumn, getLine, getText
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

IncompleteScopeException

IncompleteScopeException(AST ast)
Method Detail

complete

int complete(ExprSymTab symTab,
             List list)
Description copied from class: CompletionException
Complete the value using the symbol table.

Specified by:
complete in class CompletionException