public class SrcMethodCallExpression extends SrcExpression<SrcMethodCallExpression>
INDENT
Constructor and Description |
---|
SrcMethodCallExpression(String name) |
Modifier and Type | Method and Description |
---|---|
SrcMethodCallExpression |
addArgument(SrcArgument arg) |
SrcMethodCallExpression |
copy() |
List<SrcArgument> |
getArguments() |
StringBuilder |
render(StringBuilder sb,
int indent) |
addAnnotation, addAnnotation, addAnnotation, addParam, addParam, addParam, addParam, clearUserData, computeOrGetUserData, forwardParameters, getAnnotation, getAnnotations, getModifiers, getParameters, getSimpleName, getUserData, hasAnnotation, hasAnnotation, insertParam, modifiers, modifiers, modifiersFrom, name, removeUserData, renderAnnotations, renderArgumenets, renderModifiers, renderModifiers, renderParameters, renderParameters, withUserData
getOwner, indent, makeCompileTimeConstantValue, setOwner, toString
public SrcMethodCallExpression(String name)
public SrcMethodCallExpression copy()
copy
in class SrcExpression<SrcMethodCallExpression>
public List<SrcArgument> getArguments()
public SrcMethodCallExpression addArgument(SrcArgument arg)
public StringBuilder render(StringBuilder sb, int indent)
render
in class SrcElement
Copyright © 2024. All rights reserved.