public class SQLCommentHint extends SQLObjectImpl implements SQLHint
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
text |
attributes, parent| 构造器和说明 |
|---|
SQLCommentHint() |
SQLCommentHint(String text) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLCommentHint |
clone() |
String |
getText() |
void |
output(StringBuffer buf) |
void |
setText(String text) |
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentprivate String text
public SQLCommentHint()
public SQLCommentHint(String text)
public String getText()
public void setText(String text)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic SQLCommentHint clone()
public void output(StringBuffer buf)
output 在接口中 SQLObjectoutput 在类中 SQLObjectImplCopyright © 2013–2019 Alibaba Group. All rights reserved.