Uses of Interface
org.formulacompiler.compiler.Describable

Packages that use Describable
org.formulacompiler.compiler Contains the public compile-time API of AFC's core functional model compiler. 
org.formulacompiler.spreadsheet Contains the public compile-time API of AFC's spreadsheet compiler, which extends the core functional model compiler. 
 

Uses of Describable in org.formulacompiler.compiler
 

Subinterfaces of Describable in org.formulacompiler.compiler
 interface CallFrame
          Represents a call to a method including the argument values for all of the method's parameters.
 

Uses of Describable in org.formulacompiler.spreadsheet
 

Subinterfaces of Describable in org.formulacompiler.spreadsheet
 interface Spreadsheet
          Represents a spreadsheet model in memory.
static interface Spreadsheet.Cell
          Returns information about a spreadsheet cell.
static interface Spreadsheet.Range
          Marker interface for a spreadsheet range in the spreadsheet model.
static interface Spreadsheet.Row
          Returns information about a row.
static interface Spreadsheet.Sheet
          Returns information about a worksheet.