static CallExpressionTree |
ParseTreeFactory.createBoundCall(ParseTree function,
ParseTree thisTree) |
static CallExpressionTree |
ParseTreeFactory.createCallCall(ParseTree function,
ParseTree thisExpression,
List<ParseTree> arguments) |
static CallExpressionTree |
ParseTreeFactory.createCallCall(ParseTree function,
ParseTree thisExpression,
ParseTree... arguments) |
static CallExpressionTree |
ParseTreeFactory.createCallExpression(ParseTree operand) |
static CallExpressionTree |
ParseTreeFactory.createCallExpression(ParseTree operand,
ArgumentListTree arguments) |
static CallExpressionTree |
ParseTreeFactory.createLookupGetter(String aggregateName,
String propertyName) |
static CallExpressionTree |
ParseTreeFactory.createScopedExpression(BlockTree block) |