JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
org.tentackle.model
Package
org.tentackle.model.parse
Interface LineParser
public interface
LineParser
A parser for a line according to line type.
Author:
harald
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
parse
(
Line
line)
Parses a line.
Method Details
parse
void
parse
(
Line
line)
Parses a line.
Parameters:
line
- the line to parse