Class Symbol

Direct Known Subclasses:
IntSymbol, StringSymbol

public class Symbol extends Z3Object
Symbols are used to name several term and type constructors.
  • Constructor Details

    • Symbol

      protected Symbol(Context ctx, long obj)
      Symbol constructor
  • Method Details

    • getKind

      protected Z3_symbol_kind getKind()
      The kind of the symbol (int or string)
    • isIntSymbol

      public boolean isIntSymbol()
      Indicates whether the symbol is of Int kind
    • isStringSymbol

      public boolean isStringSymbol()
      Indicates whether the symbol is of string kind.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      A string representation of the symbol.
      Overrides:
      toString in class Object