Class ImportDeclarationTreeImpl

java.lang.Object
org.sonarsource.slang.impl.BaseTreeImpl
org.sonarsource.slang.impl.ImportDeclarationTreeImpl
All Implemented Interfaces:
HasTextRange, ImportDeclarationTree, Tree

public class ImportDeclarationTreeImpl extends BaseTreeImpl implements ImportDeclarationTree
  • Constructor Details

    • ImportDeclarationTreeImpl

      public ImportDeclarationTreeImpl(TreeMetaData metaData, List<Tree> children)
  • Method Details