Package mmrnmhrm.lang.core.search

Examples of mmrnmhrm.lang.core.search.CommonLangPatternMatcher


 
  public DeeNameNodeMatcher(DeeMatchLocator deeMatchLocator, SearchPattern pattern,
      boolean matchDefinitions, char[] simpleName, char[] qualification) {
    super(deeMatchLocator, matchDefinitions, !matchDefinitions);
   
    this.patternMatcherHelper = new CommonLangPatternMatcher(pattern);
    this.simpleName = simpleName;
    this.qualification = qualification;
  }
View Full Code Here

TOP

Related Classes of mmrnmhrm.lang.core.search.CommonLangPatternMatcher

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.