net.sf.jxls.formula
Class BaseFormulaResolver

java.lang.Object
  extended by net.sf.jxls.formula.BaseFormulaResolver
All Implemented Interfaces:
FormulaResolver
Direct Known Subclasses:
CommonFormulaResolver

public abstract class BaseFormulaResolver
extends java.lang.Object
implements FormulaResolver

Base class for FormulaResolver interface implementations

Author:
Leonid Vysochyn

Field Summary
protected  java.lang.String cellRangeSeparator
           
protected static org.apache.commons.logging.Log log
           
protected static java.lang.String regexCellCharPart
           
protected static java.lang.String regexCellDigitPart
           
protected static java.lang.String regexCellRef
           
protected static java.util.regex.Pattern regexCellRefPattern
           
 
Constructor Summary
BaseFormulaResolver()
           
 
Method Summary
static java.lang.String getFormulaListRangeToken()
           
static void setFormulaListRangeToken(java.lang.String formulaListRangeToken)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.jxls.formula.FormulaResolver
resolve
 

Field Detail

regexCellRef

protected static final java.lang.String regexCellRef
See Also:
Constant Field Values

regexCellRefPattern

protected static final java.util.regex.Pattern regexCellRefPattern

regexCellCharPart

protected static final java.lang.String regexCellCharPart
See Also:
Constant Field Values

regexCellDigitPart

protected static final java.lang.String regexCellDigitPart
See Also:
Constant Field Values

cellRangeSeparator

protected java.lang.String cellRangeSeparator

log

protected static final org.apache.commons.logging.Log log
Constructor Detail

BaseFormulaResolver

public BaseFormulaResolver()
Method Detail

getFormulaListRangeToken

public static java.lang.String getFormulaListRangeToken()

setFormulaListRangeToken

public static void setFormulaListRangeToken(java.lang.String formulaListRangeToken)


Copyright © 2005-2013 jXLS Team. All Rights Reserved.