public class Options extends Object
| Constructor and Description |
|---|
Options() |
| Modifier and Type | Method and Description |
|---|---|
int |
getEnd() |
int |
getStart() |
boolean |
isIgnoreNesting() |
boolean |
isIncludeLineComment() |
void |
setEnd(int end) |
void |
setIgnoreNesting(boolean ignoreNesting) |
void |
setIncludeLineComment(boolean includeLineComment) |
void |
setStart(int start) |
public int getStart()
public void setStart(int start)
public int getEnd()
public void setEnd(int end)
public boolean isIncludeLineComment()
public void setIncludeLineComment(boolean includeLineComment)
public boolean isIgnoreNesting()
public void setIgnoreNesting(boolean ignoreNesting)
Copyright © 2024. All rights reserved.