Class ASTSchemaSource

    • Method Detail

      • getSymbolicName

        public Optional<String> getSymbolicName()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Description copied from interface: SchemaSourceRepresentation
        Return the symbolic name, if available. This name has no semantic meaning beyond being useful for debugging by humans.
        Specified by:
        getSymbolicName in interface SchemaSourceRepresentation
        Returns:
        Symbolic name, if available
      • getSemVerIdentifier

        public @NonNull SemVerSourceIdentifier getSemVerIdentifier()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getAST

        public @NonNull org.antlr.v4.runtime.ParserRuleContext getAST()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Return the underlying abstract syntax tree.
        Returns:
        Underlying AST.
      • getDependencyInformation

        public @NonNull YangModelDependencyInfo getDependencyInformation()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Return the dependency information as extracted from the AST.
        Returns:
        Dependency information.