public class MethodCallExprT extends Object implements TypedExpression
Constructor and Description |
---|
MethodCallExprT(String name,
Optional<TypedExpression> scope,
List<TypedExpression> arguments,
Optional<Type> type) |
Modifier and Type | Method and Description |
---|---|
Optional<Type> |
getType() |
com.github.javaparser.ast.Node |
toJavaExpression() |
String |
toString() |
public MethodCallExprT(String name, Optional<TypedExpression> scope, List<TypedExpression> arguments, Optional<Type> type)
public Optional<Type> getType()
getType
in interface TypedExpression
public com.github.javaparser.ast.Node toJavaExpression()
toJavaExpression
in interface TypedExpression
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.