|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ArgumentChecker
A hook in the Jess parser that lets you perform compile-time validation of function-call arguments. Used by the JessDE editor.
(C) 2007 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 |
|---|
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
|
© 2008 Sandia Corporation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||