Package org.epic.perleditor.templates.perl

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

Related Classes of org.epic.perleditor.templates.perl.PerlContextType

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.