public class MaqlAst extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MaqlAst.MaqlAstPosition |
| Constructor and Description |
|---|
MaqlAst(String type,
MaqlAst.MaqlAstPosition position) |
| Modifier and Type | Method and Description |
|---|---|
MaqlAst[] |
getContent() |
MaqlAst.MaqlAstPosition |
getPosition() |
String |
getType() |
String |
getValue() |
void |
setContent(MaqlAst[] content) |
void |
setValue(String value) |
String |
toString() |
public MaqlAst(String type, MaqlAst.MaqlAstPosition position)
Copyright © 2017. All rights reserved.