JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
de.xima.aspose.processor.interfaces
Interface IFunctionHandler<State>
All Known Implementing Classes:
Phase1Empty
,
Phase1Replace
public interface
IFunctionHandler<State>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
process
(
State
state,
IFunctionWithArguments
fn)
Method Details
process
void
process
(
State
state,
IFunctionWithArguments
fn)
throws
Exception
Throws:
Exception