Examples of PerlContextType


Examples of org.epic.perleditor.templates.perl.PerlContextType

    return fContextTypes.keySet().iterator()
  }

  // XXX bootstrap with java and javadoc context types
  private ContextTypeRegistry() {
    add(new PerlContextType());
    //add(new PHPDocContextType());
    //add(new HTMLContextType());
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.