public override DomainId <IAstNode> VisitBooleanLiteral(QlParser.BooleanLiteralContext context)
 {
     return(m_astFactory.CreateBooleanLiteral(context.GetText()));
 }
Example #2
0
 public override Reference <IAstNode> VisitBooleanLiteral(QLParser.BooleanLiteralContext context)
 {
     return(m_astFactory.CreateBooleanLiteral(context.GetText()));
 }