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

	returnValue := visitor.VisitStringLiteral(this, context)

	return returnValue
}