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