Package org.sonar.iac.common.extension
Interface TreeParser<N extends Tree>
-
public interface TreeParser<N extends Tree>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Nparse(String source, InputFileContext inputFileContext)
-
-
-
Method Detail
-
parse
N parse(String source, @Nullable InputFileContext inputFileContext)
-
-