Package org.eclipse.imp.services

Examples of org.eclipse.imp.services.ILanguageSyntaxProperties


     * describes certain syntactic features of this language
     */
  @Override
  public ILanguageSyntaxProperties getSyntaxProperties() {
    if (lsp == null) {
      lsp = new ILanguageSyntaxProperties() {
       
        @Override
        public String getSingleLineCommentPrefix() {
          return "--";
        }
View Full Code Here

TOP

Related Classes of org.eclipse.imp.services.ILanguageSyntaxProperties

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.