frysk.expr
Class IncompleteIdentifierException

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

 class IncompleteIdentifierException
extends CompletionException

An incomplete identifier; e.g.: foo<tab>


Field Summary
(package private) static long serialVersionUID
           
 
Constructor Summary
IncompleteIdentifierException(AST identifier)
           
 
Method Summary
(package private)  int complete(ExprSymTab symTab, List candidates)
          Complete the value using the symbol table.
 String getMessage()
           
 
Methods inherited from class frysk.expr.CompletionException
getColumn, getLine, getText
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

IncompleteIdentifierException

IncompleteIdentifierException(AST identifier)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

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