Uses of Package
org.makumba.providers.datadefinition.mdd

Packages that use org.makumba.providers.datadefinition.mdd
org.makumba.providers.datadefinition.mdd   
org.makumba.providers.datadefinition.mdd.validation   
org.makumba.providers.query.mql   
 

Classes in org.makumba.providers.datadefinition.mdd used by org.makumba.providers.datadefinition.mdd
ComparisonExpressionNode
          Node that holds data of a comparison expression of the kind RHS operator LHS, where RHS/LHS can be either a field name, a date constant or construct, or a function applied to a field
ComparisonExpressionNode.ComparisonType
           
DataDefinitionImpl
          Implementation of the DataDefinition interface.
DataDefinitionImpl.TitleFieldType
          the type of the title expression
FieldNode
          AST node that collects information about a MDD field
FieldType
          Enum for Makumba field types
FunctionNode
          AST node that collects information about a mdd function
MDDAnalyzeBaseWalker
           
MDDAnalyzeBaseWalkerTokenTypes
           
MDDAST
          Custom AST type that stores useful information for MDD parsing and analysis, such as token line and column and makumba type
MDDBaseParser
           
MDDExpressionBaseParser
           
MDDExpressionBaseParserTokenTypes
           
MDDFactory
          MDD factory, used to turn a .mdd file into a DataDefinition.
MDDNode
          AST node that collects information for building a DataDefinition
MDDParser
          MDD Parser extending the parser generated by ANTLR for performing specific pre-processing operations
MDDPostProcessorBaseWalker
          MDD builder.
MDDPostProcessorBaseWalkerTokenTypes
           
MDDTokenTypes
           
TitleFieldNode
          AST node that holds the information about the MDD title field TODO add support for functions
ValidationRuleNode
           
ValidationType
          Validation rule types
 

Classes in org.makumba.providers.datadefinition.mdd used by org.makumba.providers.datadefinition.mdd.validation
FieldNode
          AST node that collects information about a MDD field
MDDAST
          Custom AST type that stores useful information for MDD parsing and analysis, such as token line and column and makumba type
MDDNode
          AST node that collects information for building a DataDefinition
ValidationRuleNode
           
ValidationType
          Validation rule types
 

Classes in org.makumba.providers.datadefinition.mdd used by org.makumba.providers.query.mql
MakumbaDumpASTVisitor