Package com.puppetlabs.geppetto.pp

Examples of com.puppetlabs.geppetto.pp.AtExpression


    // -- check the other possible left/right expressions
    // - virtual
    // - resource reference
    // - collect expression
    AtExpression at = pf.createAtExpression();
    at.setLeftExpr(createNameOrReference("x"));
    at.getParameters().add(createNameOrReference("a"));
    r1.setResourceExpr(at); // resource reference

    VirtualNameOrReference vn = pf.createVirtualNameOrReference();
    vn.setValue("y");
    vn.setExported(true);
View Full Code Here

TOP

Related Classes of com.puppetlabs.geppetto.pp.AtExpression

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.