Interface Symbol

All Known Implementing Classes:
PropertySymbol

public interface Symbol
A symbol in a query. Registers the name and the type of the symbol.
  • Field Details

  • Method Details

    • setType

      void setType(int type)
    • getType

      int getType()
    • getQualifiedName

      String getQualifiedName()
    • setValueType

      void setValueType(Class type)
    • getValueType

      Class getValueType()