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() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getSuppressMarker() |
int |
hashCode() |
void |
setSuppressMarker(String suppressMarker) |
protected String suppressMarker
Copyright © 2002–2016 InfoEther. All rights reserved.