Package org.formulacompiler.compiler.internal

Examples of org.formulacompiler.compiler.internal.DescriptionBuilder.pushContext()


   * @return cell or range name without $ symbols.
   */
  public String getShortName()
  {
    DescriptionBuilder description = new DescriptionBuilder();
    description.pushContext( DescribeShortStyle.getInstance() );
    describeTo( description );
    return description.toString();
  }

  public RangeAddress getRangeAddress()
View Full Code Here


  @Override
  public String toString()
  {
    DescriptionBuilder description = new DescriptionBuilder();
    description.pushContext( DescribeShortStyle.getInstance() );
    describeTo( description );
    return description.toString();
  }

View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.