public abstract class ASTOperationContainer extends SimpleNode
ASTQueryContainer
and ASTUpdateContainer
children, id, parent, parser
Modifier | Constructor and Description |
---|---|
protected |
ASTOperationContainer(int id) |
protected |
ASTOperationContainer(SyntaxTreeBuilder p,
int id) |
Modifier and Type | Method and Description |
---|---|
ASTBaseDecl |
getBaseDecl() |
ASTOperation |
getOperation() |
List<ASTPrefixDecl> |
getPrefixDeclList() |
abstract String |
getSourceString() |
abstract void |
setSourceString(String source) |
childrenAccept, dump, dump, jjtAccept, jjtAddChild, jjtAppendChild, jjtClose, jjtGetChild, jjtGetChild, jjtGetChildren, jjtGetChildren, jjtGetNumChildren, jjtGetParent, jjtInsertChild, jjtOpen, jjtReplaceChild, jjtReplaceWith, jjtSetParent, toString, toString
protected ASTOperationContainer(int id)
id
- protected ASTOperationContainer(SyntaxTreeBuilder p, int id)
public ASTBaseDecl getBaseDecl()
public ASTOperation getOperation()
public List<ASTPrefixDecl> getPrefixDeclList()
public abstract void setSourceString(String source)
public abstract String getSourceString()
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.