Uses of Class
org.symphonyoss.s2.canon.parser.RootParserContext
-
Packages that use RootParserContext Package Description org.symphonyoss.s2.canon.model org.symphonyoss.s2.canon.parser -
-
Uses of RootParserContext in org.symphonyoss.s2.canon.model
Methods in org.symphonyoss.s2.canon.model that return types with arguments of type RootParserContext Modifier and Type Method Description Set<RootParserContext>Model. getReferencedContexts()Methods in org.symphonyoss.s2.canon.model with parameters of type RootParserContext Modifier and Type Method Description voidModel. addReferencedContext(RootParserContext referencedContext) -
Uses of RootParserContext in org.symphonyoss.s2.canon.parser
Methods in org.symphonyoss.s2.canon.parser that return RootParserContext Modifier and Type Method Description RootParserContextModelSetParserContext. addReferencedModel(URL url)RootParserContextRootParserContext. addReferencedModel(URI uri, ParserContext context)RootParserContextBaseParserContext. getRootParserContext()Methods in org.symphonyoss.s2.canon.parser with parameters of type RootParserContext Modifier and Type Method Description ModelParser. parse(RootParserContext rootParserContext)Constructors in org.symphonyoss.s2.canon.parser with parameters of type RootParserContext Constructor Description BaseParserContext(RootParserContext rootContext, String path)
-