Examples of ILanguageSyntaxProperties


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
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.