Interface DefaultHandler
-
- All Superinterfaces:
FunctorHandlerInterface
,LogicBlockHandlerInterface
,LogicBlocksHandlerInterface
,TopHandlerInterface
- All Known Implementing Classes:
FunctorHandler
,JSONHandler
public interface DefaultHandler extends LogicBlocksHandlerInterface, LogicBlockHandlerInterface, FunctorHandlerInterface
Created by Jeff Gaynor
on 7/13/18 at 2:14 PM
-
-
Method Summary
-
Methods inherited from interface edu.uiuc.ncsa.security.util.functor.parser.old.FunctorHandlerInterface
endParenthesis, foundDoubleQuotes, startParenthesis
-
Methods inherited from interface edu.uiuc.ncsa.security.util.functor.parser.old.LogicBlockHandlerInterface
endBracket, startBracket
-
Methods inherited from interface edu.uiuc.ncsa.security.util.functor.parser.old.LogicBlocksHandlerInterface
endBrace, startBrace
-
Methods inherited from interface edu.uiuc.ncsa.security.util.functor.parser.old.TopHandlerInterface
foundComma, reset
-
-