func (this BoolLiteral) Accept(visitor interfaces.Visitor, context interface{}) interface{} {

	returnValue := visitor.VisitBoolLiteral(this, context)

	return returnValue
}