Class CloudformationParser
- java.lang.Object
-
- org.sonar.iac.cloudformation.parser.CloudformationParser
-
- All Implemented Interfaces:
TreeParser<Tree>
public class CloudformationParser extends Object implements TreeParser<Tree>
-
-
Constructor Summary
Constructors Constructor Description CloudformationParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileTreeparse(String source, InputFileContext inputFileContext)
-
-
-
Method Detail
-
parse
public FileTree parse(String source, @Nullable InputFileContext inputFileContext)
- Specified by:
parsein interfaceTreeParser<Tree>
-
-