public class PlinguaInputParser extends InputParser
Constructor and Description |
---|
PlinguaInputParser() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Number> |
getParameters() |
Psystem |
specificParse(java.io.InputStream stream,
java.lang.String[] fileRoute) |
Psystem |
specificParse(java.io.StringReader reader,
java.lang.String[] fileRoute)
Parses a string reader according to the specific implementation of
InputParser
|
getErrorChannel, getInfoChannel, getMsgChannel, getReport, getVerbosityLevel, getWarningChannel, hasErrors, parse, parse, parse, parse, setErrorChannel, setInfoChannel, setMsgChannel, setVerbosityLevel, setWarningChannel
public java.util.Map<java.lang.String,java.lang.Number> getParameters()
public Psystem specificParse(java.io.InputStream stream, java.lang.String[] fileRoute) throws PlinguaCoreException
PlinguaCoreException
public Psystem specificParse(java.io.StringReader reader, java.lang.String[] fileRoute) throws PlinguaCoreException
InputParser
reader
- the reader to be parsedfileRoute
- the routes of the files to be parsedPlinguaCoreException