public class OracleHint extends ASTNodeAccessImpl implements Expression
| Constructor and Description |
|---|
OracleHint() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ExpressionVisitor visitor) |
String |
getValue() |
static boolean |
isHintMatch(String comment) |
boolean |
isSingleLine() |
void |
setComment(String comment) |
void |
setSingleLine(boolean singleLine) |
void |
setValue(String value) |
String |
toString() |
getASTNode, setASTNodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetASTNode, setASTNodepublic static boolean isHintMatch(String comment)
public final void setComment(String comment)
public String getValue()
public void setValue(String value)
public boolean isSingleLine()
public void setSingleLine(boolean singleLine)
public void accept(ExpressionVisitor visitor)
accept in interface ExpressionCopyright © 2004–2019 JSQLParser. All rights reserved.