Class MatchNode.RuleValue

  • Enclosing class:
    MatchNode

    public static class MatchNode.RuleValue
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int parameter  
      java.lang.Object value  
    • Constructor Summary

      Constructors 
      Constructor Description
      RuleValue​(int parameter, java.lang.Object value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isVariable()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • parameter

        public final int parameter
      • value

        public final java.lang.Object value
    • Constructor Detail

      • RuleValue

        public RuleValue​(int parameter,
                         java.lang.Object value)
    • Method Detail

      • isVariable

        public boolean isVariable()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object