Package com.getperka.flatpack.policy.visitors

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


  /**
   * Returns a summary of the PolicyNode. For debugging use only.
   */
  @Override
  public String toString() {
    return toString(new ToStringVisitor());
  }
View Full Code Here

TOP

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

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.