Package fr.imag.adele.apam.util.Substitute

Examples of fr.imag.adele.apam.util.Substitute.SplitSub


  private Type validateNavigationExpresion() {

    /*
     * TODO We should convert class Substitute into a parser with better error reporting
     */
    SplitSub expression = Substitute.split(value);
    if (expression == null) {
      error("Invalid substitute expression, syntax is incorrect "+value);
      return null;
    }

View Full Code Here

TOP

Related Classes of fr.imag.adele.apam.util.Substitute.SplitSub

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.