Package org.pentaho.reporting.libraries.css.resolver.tokens.computed

Examples of org.pentaho.reporting.libraries.css.resolver.tokens.computed.VariableToken


    if (params.length != 1)
    {
      throw new FunctionEvaluationException();
    }
    final String name = FunctionUtilities.resolveString(layoutProcess, element, params[0]);
    return new VariableToken(name);
  }
View Full Code Here

TOP

Related Classes of org.pentaho.reporting.libraries.css.resolver.tokens.computed.VariableToken

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.