Class FunctionCallTreeImpl
- java.lang.Object
-
- org.sonar.iac.common.yaml.tree.YamlTreeImpl
-
- org.sonar.iac.cloudformation.tree.FunctionCallTreeImpl
-
- All Implemented Interfaces:
FunctionCallTree,HasComments,HasTextRange,Tree,YamlTree
public class FunctionCallTreeImpl extends YamlTreeImpl implements FunctionCallTree
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.sonar.iac.cloudformation.tree.FunctionCallTree
FunctionCallTree.Style
-
-
Constructor Summary
Constructors Constructor Description FunctionCallTreeImpl(String name, FunctionCallTree.Style style, List<YamlTree> arguments, YamlTreeMetadata metadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<YamlTree>arguments()List<Tree>children()Stringname()FunctionCallTree.Stylestyle()-
Methods inherited from class org.sonar.iac.common.yaml.tree.YamlTreeImpl
comments, metadata, textRange
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.sonar.iac.common.api.tree.HasComments
comments
-
Methods inherited from interface org.sonar.iac.common.api.tree.HasTextRange
textRange
-
-
-
-
Constructor Detail
-
FunctionCallTreeImpl
public FunctionCallTreeImpl(String name, FunctionCallTree.Style style, List<YamlTree> arguments, YamlTreeMetadata metadata)
-
-
Method Detail
-
name
public String name()
- Specified by:
namein interfaceFunctionCallTree
-
style
public FunctionCallTree.Style style()
- Specified by:
stylein interfaceFunctionCallTree
-
arguments
public List<YamlTree> arguments()
- Specified by:
argumentsin interfaceFunctionCallTree
-
-