9.3.21 BooleanLiteralExpCS
该规则代表布尔字面量表达式。
[A] BooleanLiteralExpCS ::= ‘true’
[B] BooleanLiteralExpCS ::= ‘false’
抽象语法映射
BooleanLiteralExpCS.ast : BooleanLiteralExp
合成的属性
[A] BooleanLiteralExpCS.ast.booleanSymbol = true
[B] BooleanLiteralExpCS.ast.booleanSymbol = false
继承的属性
--none
歧义消除规则
--none