Mobile API Reference  MicroStrategy 2019
ExpressionHelper.h
Go to the documentation of this file.
1 //
2 // ExpressionHelper.h
3 // MSTRMobile
4 //
5 // Created by Kevin Maurer on 2/23/10.
6 // Copyright 2010 MicroStrategy. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
11 @class OperatorNode;
12 
13 @interface ExpressionHelper : NSObject {
14 
15 }
16 
17 +(NSInteger) resolveMRPFunctionFromFunction:(NSInteger)function property4:(NSString*)pr4;
18 
19 +(void) updateNodeWithMRPFunction:(NSInteger)mrpFunction outerNode:(OperatorNode*)outerNode innerNode:(OperatorNode*)innerNode ascending:(BOOL)ascending;
20 
21 @end
signed char BOOL
Definition: PDCwtypes.h:101
Definition: ExpressionNode.h:87
Definition: ExpressionHelper.h:13