Searched defs:matchExpression (Results 1 - 1 of 1) sorted by relevance

/external/nist-sip/java/gov/nist/core/
H A DGenericObject.java82 protected Match matchExpression; // Pattern matcher. field in class:GenericObject
112 public void setMatcher(Match matchExpression) { argument
113 if (matchExpression == null)
115 this.matchExpression = matchExpression;
122 return matchExpression;

Completed in 42 milliseconds