Searched refs:getImplicitDependant (Results 1 – 2 of 2) sorted by relevance
262 if ((implicitDependant != null) && (entry.getImplicitDependant() != null)) { in setValue()263 if (!implicitDependant.equals(entry.getImplicitDependant())) { in setValue()268 + entry.getImplicitDependant() in setValue()280 } else if (entry.getImplicitDependant() != null) { in setValue()285 + entry.getImplicitDependant() in setValue()
302 public String getImplicitDependant() { in getImplicitDependant() method in OptionsParser.OptionValueDescription