frysk.expr
Class IncompleteTokenException

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.IncompleteTokenException
All Implemented Interfaces:
Serializable

 class IncompleteTokenException
extends CompletionException

An incomplete token; e.g.: :


Field Summary
(package private) static long serialVersionUID
           
 
Constructor Summary
IncompleteTokenException(AST token)
           
 
Method Summary
(package private)  int complete(ExprSymTab symTab, List candidates)
          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

IncompleteTokenException

IncompleteTokenException(AST token)
Method Detail

complete

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

Specified by:
complete in class CompletionException