Preparing search index...
The search index is not available
solc-typed-ast
solc-typed-ast
ASTNodePostprocessor
Interface ASTNodePostprocessor<T>
interface
ASTNodePostprocessor
<
T
>
{
isSupportedNode
(
node
)
:
node
is
T
;
process
(
node
,
context
,
sources
?
)
:
void
;
}
Type Parameters
T
extends
ASTNode
Implemented by
BuiltinReferencedDeclarationNormalizer
StructuredDocumentationReconstructingPostprocessor
Index
Methods
is
Supported
Node
process
Methods
is
Supported
Node
is
Supported
Node
(
node
)
:
node
is
T
Parameters
node
:
ASTNode
Returns
node
is
T
process
process
(
node
,
context
,
sources
?
)
:
void
Parameters
node
:
T
context
:
ASTContext
Optional
sources
:
FileMap
Returns
void
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
is
Supported
Node
process
solc-typed-ast
Loading...
Generated using
TypeDoc