Class Substitution.SubstitutionElement

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.lang.String evaluate​(java.util.regex.Matcher rule, java.util.regex.Matcher cond, Resolver resolver)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SubstitutionElement

        public SubstitutionElement()
    • Method Detail

      • evaluate

        public abstract java.lang.String evaluate​(java.util.regex.Matcher rule,
                                                  java.util.regex.Matcher cond,
                                                  Resolver resolver)