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
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.sonar.iac.cloudformation.tree.FunctionCallTree
FunctionCallTree.Style -
Constructor Summary
ConstructorsConstructorDescriptionFunctionCallTreeImpl(String name, FunctionCallTree.Style style, List<YamlTree> arguments, YamlTreeMetadata metadata) -
Method Summary
Methods inherited from class org.sonar.iac.common.yaml.tree.YamlTreeImpl
comments, metadata, textRangeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.sonar.iac.common.api.tree.HasComments
commentsMethods inherited from interface org.sonar.iac.common.api.tree.HasTextRange
textRange
-
Constructor Details
-
FunctionCallTreeImpl
public FunctionCallTreeImpl(String name, FunctionCallTree.Style style, List<YamlTree> arguments, YamlTreeMetadata metadata)
-
-
Method Details
-
children
-
name
- Specified by:
namein interfaceFunctionCallTree
-
style
- Specified by:
stylein interfaceFunctionCallTree
-
arguments
- Specified by:
argumentsin interfaceFunctionCallTree
-