| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A hook in the Jess parser that lets you perform compile-time validation of function-call arguments. Used by the JessDE editor.
 (C) 2006 Sandia National Laboratories
Jesp.addArgumentChecker(java.lang.String, jess.ArgumentChecker)| Method Summary | |
|  boolean | check(Funcall f,
      JessToken tok,
      ErrorSink errorSink)Check the validity of an argument about to be added to the given Funcall. | 
| Method Detail | 
public boolean check(Funcall f,
                     JessToken tok,
                     ErrorSink errorSink)
              throws JessException
f - The funcalltok - The token being parsederrorSink - A place to report errors and warnings
JessException| 
 | © 2007 Sandia Corporation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||