001package gudusoft.gsqlparser.nodes.mdx;
002
003/*
004* Date: 12-2-1
005*/
006public enum EMdxExpSyntax {
007    Function,
008    Property,
009    Method,
010    Braces,
011    Parentheses,
012    Case,
013    Internal,
014    Cast,
015    QuotedProperty,
016    AmpersandQuotedProperty,
017    Empty
018}