public class ParseOptions extends Object
コンストラクタと説明 |
---|
ParseOptions() |
修飾子とタイプ | メソッドと説明 |
---|---|
String |
getBlockCommentEnd() |
String |
getBlockCommentStart() |
char |
getEscapePrefixInBackQuotes() |
char |
getEscapePrefixInDoubleQuotes() |
char |
getEscapePrefixInSingleQuotes() |
String |
getLineCommentStart() |
boolean |
isSkipCommentWithWhitespace() |
void |
setBlockCommentEnd(String blockCommentEnd) |
void |
setBlockCommentStart(String blockCommentStart) |
void |
setEscapePrefixInBackQuotes(char escapePrefixInBackQuotes) |
void |
setEscapePrefixInDoubleQuotes(char escapePrefixInDoubleQuotes) |
void |
setEscapePrefixInSingleQuotes(char escapePrefixInSingleQuotes) |
void |
setLineCommentStart(String lineCommentStart) |
void |
setSkipCommentWithWhitespace(boolean skipCommentWithWhitespace) |
public String getLineCommentStart()
public void setLineCommentStart(String lineCommentStart)
public String getBlockCommentStart()
public void setBlockCommentStart(String blockCommentStart)
public String getBlockCommentEnd()
public void setBlockCommentEnd(String blockCommentEnd)
public char getEscapePrefixInDoubleQuotes()
public void setEscapePrefixInDoubleQuotes(char escapePrefixInDoubleQuotes)
public char getEscapePrefixInSingleQuotes()
public void setEscapePrefixInSingleQuotes(char escapePrefixInSingleQuotes)
public char getEscapePrefixInBackQuotes()
public void setEscapePrefixInBackQuotes(char escapePrefixInBackQuotes)
public boolean isSkipCommentWithWhitespace()
public void setSkipCommentWithWhitespace(boolean skipCommentWithWhitespace)
Copyright © 2016. All rights reserved.