Interface FunctionCallTree
-
- All Superinterfaces:
HasComments,HasTextRange,Tree,YamlTree
- All Known Implementing Classes:
FunctionCallTreeImpl
public interface FunctionCallTree extends YamlTree
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFunctionCallTree.Style
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<YamlTree>arguments()Stringname()FunctionCallTree.Stylestyle()-
Methods inherited from interface org.sonar.iac.common.api.tree.HasComments
comments
-
Methods inherited from interface org.sonar.iac.common.api.tree.HasTextRange
textRange
-
-
-
-
Method Detail
-
name
String name()
-
style
FunctionCallTree.Style style()
-
-