public class IndexExpression extends ASTNode
| Modifier and Type | Class and Description |
|---|---|
static class |
IndexExpression.IndexAction |
| Constructor and Description |
|---|
IndexExpression(IndexExpression.IndexAction indexAction) |
| Modifier and Type | Method and Description |
|---|---|
IndexExpression.IndexAction |
getIndexAction() |
String |
getLabelName() |
String |
getPropertyName() |
void |
setLabelName(String labelName) |
void |
setPropertyName(String propertyName) |
getClauseType, setClauseTypepublic IndexExpression(IndexExpression.IndexAction indexAction)
public IndexExpression.IndexAction getIndexAction()
public String getLabelName()
public void setLabelName(String labelName)
public String getPropertyName()
public void setPropertyName(String propertyName)
Copyright © 2016. All rights reserved.