public class ParserOptions extends Object
Parser
. For each
unique combination of ParserOptions a Parser will be used to create an AST.
Therefore, implementations must implement Object.equals(Object)
and Object.hashCode()
.Modifier and Type | Field and Description |
---|---|
protected String |
suppressMarker |
Constructor and Description |
---|
ParserOptions() |
protected String suppressMarker
Copyright © 2002-2014 InfoEther. All Rights Reserved.