Package com.puppetlabs.geppetto.pp.dsl.services

Examples of com.puppetlabs.geppetto.pp.dsl.services.PPGrammarAccess.findKeywords()


    importExpressionConfiguration(c);
    literalListAndHashConfiguration(c);
    functionCallConfiguration(c);
    nodeExpressionConfiguration(c);
    // commas
    for(Keyword comma : ga.findKeywords(",")) {
      c.setNoSpace().before(comma);
    }

    // TODO: Old formatter needs this fixed since there is no endComma rule - they are just optional commas in
    // various expressions. They may be ok already with a general rule "no space before a comma keyword".
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.