func (this BoolType) Accept(visitor interfaces.Visitor, context interface{}) interface{} {
	returnValue := visitor.VisitBoolType(this, context)

	return returnValue
}