Package net.sourceforge.pmd.lang
Class ParserOptions
- java.lang.Object
-
- net.sourceforge.pmd.lang.ParserOptions
-
public class ParserOptions extends Object
Represents a set of configuration options for aParser
. For each unique combination of ParserOptions a Parser will be used to create an AST. Therefore, implementations must implementObject.equals(Object)
andObject.hashCode()
.
-
-
Field Summary
Fields Modifier and Type Field Description protected String
suppressMarker
-
Constructor Summary
Constructors Constructor Description ParserOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getSuppressMarker()
int
hashCode()
void
setSuppressMarker(String suppressMarker)
-
-
-
Field Detail
-
suppressMarker
protected String suppressMarker
-
-