Class XConstraints.XParameter

  • Enclosing class:
    XConstraints

    public static final class XConstraints.XParameter
    extends Object
    The class used for representing parameters (tokens of the form %i or %...) when handling constraint templates.
    • Field Detail

      • number

        public final int number
        The number associated with the parameter. We have -1 for %..., 0 for %0, 1 for %1, and so on.
    • Constructor Detail

      • XParameter

        public XParameter​(int number)