Uses of Class
org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.FileContext
Packages that use YangStatementParser.FileContext
Package
Description
ANTLR grammars for parsing RFC7950 constructs.
Intermediate representation of a YANG file.
-
Uses of YangStatementParser.FileContext in org.opendaylight.yangtools.yang.parser.antlr
Methods in org.opendaylight.yangtools.yang.parser.antlr that return YangStatementParser.FileContext -
Uses of YangStatementParser.FileContext in org.opendaylight.yangtools.yang.parser.rfc7950.ir
Methods in org.opendaylight.yangtools.yang.parser.rfc7950.ir with parameters of type YangStatementParser.FileContextModifier and TypeMethodDescriptionstatic @NonNull IRStatement
AntlrSupport.createStatement
(YangStatementParser.FileContext file) Create anIRStatement
from a parsedYangStatementParser.FileContext
.