JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
grammarscope.server.io.readwrite
Interface IWriter<T,S>
Type Parameters:
T
- object to write
S
- object to write as
All Known Implementing Classes:
GrammaticalStructureWriter
,
ParseTreeWriter
,
SemanticGraphTreeWriter
,
TypedDependenciesWriter
public interface
IWriter<T,S>
Writer
Author:
Bernard Bou
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
S
write
(
T
t)
Write
Method Detail
write
S
write(
T
t)
Write
Parameters:
t
- object to write
Returns:
object to write as
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method