public final class SyntaxProcessor extends RawProcessor<SchemaTree,SchemaTree>
Constructor and Description |
---|
SyntaxProcessor(com.github.fge.msgsimple.bundle.MessageBundle bundle,
Dictionary<SyntaxChecker> dict)
Constructor
|
Modifier and Type | Method and Description |
---|---|
SchemaTree |
rawProcess(ProcessingReport report,
SchemaTree input)
Process a raw input, return a raw output
|
String |
toString() |
newMessage, process
public SyntaxProcessor(com.github.fge.msgsimple.bundle.MessageBundle bundle, Dictionary<SyntaxChecker> dict)
bundle
- message bundle used by this syntax checkerdict
- dictionary of syntax checkerspublic SchemaTree rawProcess(ProcessingReport report, SchemaTree input) throws ProcessingException
RawProcessor
rawProcess
in class RawProcessor<SchemaTree,SchemaTree>
report
- the report to useinput
- the raw inputProcessingException
- processing failureRawProcessor.newMessage(Object)
Copyright © 2016. All rights reserved.