ExprID

public protocol ExprID : NodeIDProtocol

The ID of a value expression.

  • isLiteral Extension method

    true iff self denotes a literal expression.

    Declaration

    Swift

    public var isLiteral: Bool { get }