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 StringsuppressMarker
-
Constructor Summary
Constructors Constructor Description ParserOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetSuppressMarker()inthashCode()voidsetSuppressMarker(String suppressMarker)
-
-
-
Field Detail
-
suppressMarker
protected String suppressMarker
-
-