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, setASTNode
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getASTNode, setASTNode
public 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 Expression
Copyright © 2004–2019 JSQLParser. All rights reserved.