public class AstStructuralExpression extends AstNode implements IAstExpression
| Constructor and Description |
|---|
AstStructuralExpression(List<String> name,
List<AstListOfIdentifierAnd2ElementsCommaSeparatedItem> mapEntries,
List<IAstExpression> expressionList,
TypesTree.TextSource source,
int line,
int offset,
int endoffset) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AstVisitor v) |
List<IAstExpression> |
getExpressionList() |
List<AstListOfIdentifierAnd2ElementsCommaSeparatedItem> |
getMapEntries() |
List<String> |
getName() |
getEndoffset, getLine, getOffset, getSource, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEndoffset, getLine, getOffset, getSourcepublic AstStructuralExpression(List<String> name, List<AstListOfIdentifierAnd2ElementsCommaSeparatedItem> mapEntries, List<IAstExpression> expressionList, TypesTree.TextSource source, int line, int offset, int endoffset)
public List<AstListOfIdentifierAnd2ElementsCommaSeparatedItem> getMapEntries()
public List<IAstExpression> getExpressionList()
public void accept(AstVisitor v)
Copyright © 2014. All rights reserved.