public class TAttributeOption extends TParseTreeNode
Modifier and Type | Class and Description |
---|---|
static class |
TAttributeOption.EValueType |
Constructor and Description |
---|
TAttributeOption() |
Modifier and Type | Method and Description |
---|---|
TObjectName |
getOptionName() |
TConstant |
getOptionValueConstant() |
TTypeName |
getOptionValueDataType() |
TAttributeOption.EValueType |
getValueType() |
void |
init(Object arg1,
Object arg2) |
void |
setOptionName(TObjectName optionName) |
void |
setOptionValueConstant(TConstant optionValueConstant) |
void |
setOptionValueDataType(TTypeName optionValueDataType) |
void |
setValueType(TAttributeOption.EValueType valueType) |
accept, acceptChildren, addAllMyTokensToTokenList, appendString, doParse, fastSetString, getColumnNo, getDummyTag, getEndToken, getGsqlparser, getLineNo, getNodeType, getStartToken, init, init, init, init, init, removeAllMyTokensFromTokenList, setDummyTag, setEndToken, setEndToken, setEndToken, setEndToken, setGsqlparser, setIncludingComment, setNodeType, setStartToken, setStartToken, setStartToken, setStartToken, setString, toScript, toString
public TObjectName getOptionName()
public TConstant getOptionValueConstant()
public TTypeName getOptionValueDataType()
public TAttributeOption.EValueType getValueType()
public void init(Object arg1, Object arg2)
init
in class TParseTreeNode
public void setOptionName(TObjectName optionName)
public void setOptionValueDataType(TTypeName optionValueDataType)
public void setOptionValueConstant(TConstant optionValueConstant)
public void setValueType(TAttributeOption.EValueType valueType)
Copyright © 2019. All rights reserved.