public interface ParserFactory
Modifier and Type | Method and Description |
---|---|
Parser |
create(String... options)
Create a new nashorn parser initialized with the given options
|
Parser create(String... options) throws IllegalArgumentException
options
- options for parserIllegalArgumentException