Interface FunctorHandlerInterface
-
- All Superinterfaces:
TopHandlerInterface
- All Known Subinterfaces:
DefaultHandler
- All Known Implementing Classes:
FunctorHandler
,JSONHandler
public interface FunctorHandlerInterface extends TopHandlerInterface
Created by Jeff Gaynor
on 7/16/18 at 10:40 AM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
endParenthesis(String name)
void
foundDoubleQuotes(String content)
void
startParenthesis(String name)
-
Methods inherited from interface edu.uiuc.ncsa.security.util.functor.parser.old.TopHandlerInterface
foundComma, reset
-
-