Uses of Class
org.reploop.parser.thrift.tree.NamespaceScope
-
Packages that use NamespaceScope Package Description org.reploop.parser.thrift org.reploop.parser.thrift.tree -
-
Uses of NamespaceScope in org.reploop.parser.thrift
Methods in org.reploop.parser.thrift that return NamespaceScope Modifier and Type Method Description NamespaceScopeThriftAstBuilder. visitNamespaceScope(ThriftBaseParser.NamespaceScopeContext ctx)Methods in org.reploop.parser.thrift with parameters of type NamespaceScope Modifier and Type Method Description RAstVisitor. visitNamespaceScope(NamespaceScope node, C context) -
Uses of NamespaceScope in org.reploop.parser.thrift.tree
Methods in org.reploop.parser.thrift.tree that return NamespaceScope Modifier and Type Method Description NamespaceScopeNamespace. getScope()Constructors in org.reploop.parser.thrift.tree with parameters of type NamespaceScope Constructor Description Namespace(NamespaceScope scope, String namespace)
-