public abstract class CSAbstractInvocation extends CSExpression
| Modifier and Type | Field and Description |
|---|---|
protected List<CSExpression> |
_arguments |
UNKNOWN_START_POSITION| Constructor and Description |
|---|
CSAbstractInvocation() |
CSAbstractInvocation(CSExpression[] args) |
| Modifier and Type | Method and Description |
|---|---|
void |
addArgument(CSExpression argument) |
List<CSExpression> |
arguments() |
void |
removeArgument(int index) |
accept, addEnclosingIfDef, enclosingIfDefs, parent, parent, startPosition, startPositionprotected List<CSExpression> _arguments
public CSAbstractInvocation()
public CSAbstractInvocation(CSExpression[] args)
public void addArgument(CSExpression argument)
public void removeArgument(int index)
public List<CSExpression> arguments()
Copyright © 2014. All Rights Reserved.