Package mondrian.olap.type
Class SymbolType
java.lang.Object
mondrian.olap.type.ScalarType
mondrian.olap.type.SymbolType
- All Implemented Interfaces:
 Type
The type of a symbolic expression.
- Since:
 - Feb 17, 2005
 - Author:
 - jhyde
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class mondrian.olap.type.ScalarType
computeCommonType, equals, getArity, getDimension, getHierarchy, getLevel, hashCode, isInstance, toString, usesDimension, usesHierarchy 
- 
Constructor Details
- 
SymbolType
public SymbolType()Creates a symbol type. 
 -