ExprNegationNode

public struct ExprNegationNode : ExprNode

Undocumented

  • exp

    Undocumented

    Declaration

    Swift

    public let exp: ExprNode
  • Declaration

    Swift

    public var description: String { get }
  • Undocumented

    Declaration

    Swift

    public func toExprString() -> String