public class CSMethodInvocationExpression extends CSAbstractInvocation implements CSTypeArgumentProvider
_argumentsUNKNOWN_START_POSITION| Constructor and Description |
|---|
CSMethodInvocationExpression(CSExpression expression,
CSExpression... args) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(CSVisitor visitor) |
void |
addTypeArgument(CSTypeReferenceExpression typeArgument) |
CSNode |
expression() |
List<CSTypeReferenceExpression> |
typeArguments() |
addArgument, arguments, removeArgumentaddEnclosingIfDef, enclosingIfDefs, parent, parent, startPosition, startPositionpublic CSMethodInvocationExpression(CSExpression expression, CSExpression... args)
public CSNode expression()
public void addTypeArgument(CSTypeReferenceExpression typeArgument)
addTypeArgument in interface CSTypeArgumentProviderpublic List<CSTypeReferenceExpression> typeArguments()
typeArguments in interface CSTypeArgumentProviderCopyright © 2014. All Rights Reserved.