10 lines
496 B
Plaintext
10 lines
496 B
Plaintext
|
ColumnIdentifier
|
||
|
UnsignedValueSpecification #各种非负数字和普通字符串常量bool值
|
||
|
UnsignedLiteral #各种非负数字和普通字符串常量bool值
|
||
|
ExactNumericLiteral #非负数字和小数
|
||
|
ApproximateNumericLiteral #带有E的非负数字
|
||
|
GeneralLiteral #普通字符串常量/bool值
|
||
|
RegularIdentifier #常规标识符
|
||
|
RegularOrBacktickedIdentifier #标识符
|
||
|
NonReservedKeyword #非保留关键字
|
||
|
ColumnIdentifier #标识符和各种对象数组写法
|