Package com.gooddata.md
Class MaqlAst
- java.lang.Object
-
- com.gooddata.md.MaqlAst
-
- All Implemented Interfaces:
Serializable
public class MaqlAst extends Object implements Serializable
MAQL AST representation- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMaqlAst.MaqlAstPosition
-
Constructor Summary
Constructors Constructor Description MaqlAst(String type, MaqlAst.MaqlAstPosition position)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MaqlAst[]getContent()MaqlAst.MaqlAstPositiongetPosition()StringgetType()StringgetValue()voidsetContent(MaqlAst[] content)voidsetValue(String value)StringtoString()
-
-
-
Constructor Detail
-
MaqlAst
public MaqlAst(String type, MaqlAst.MaqlAstPosition position)
-
-