public final class SyntaxProcessor extends RawProcessor<SchemaTree,SchemaTree>
| Constructor and Description |
|---|
SyntaxProcessor(com.github.fge.msgsimple.bundle.MessageBundle bundle,
Dictionary<SyntaxChecker> dict) |
| Modifier and Type | Method and Description |
|---|---|
SchemaTree |
rawProcess(ProcessingReport report,
SchemaTree input)
Process a raw input, return a raw output
|
String |
toString() |
newMessage, processpublic SyntaxProcessor(com.github.fge.msgsimple.bundle.MessageBundle bundle,
Dictionary<SyntaxChecker> dict)
public SchemaTree rawProcess(ProcessingReport report, SchemaTree input) throws ProcessingException
RawProcessorrawProcess in class RawProcessor<SchemaTree,SchemaTree>report - the report to useinput - the raw inputProcessingException - processing failureRawProcessor.newMessage(Object)Copyright © 2013. All Rights Reserved.