Package com.getperka.flatpack.policy.visitors

Examples of com.getperka.flatpack.policy.visitors.ToSourceVisitor


  /**
   * Returns a canonical representation of the PolicyNode.
   */
  public String toSource() {
    return toString(new ToSourceVisitor());
  }
View Full Code Here

TOP

Related Classes of com.getperka.flatpack.policy.visitors.ToSourceVisitor

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.