Uses of Class
gudusoft.gsqlparser.resolver2.model.ScopeChild
Packages that use ScopeChild
-
Uses of ScopeChild in gudusoft.gsqlparser.resolver2.model
Methods in gudusoft.gsqlparser.resolver2.model that return ScopeChildModifier and TypeMethodDescriptionFromScopeIndex.findByAlias(String alias) Finds a ScopeChild by its alias (case-insensitive).FromScopeIndex.findByQualifier(String qualifier) Finds a ScopeChild by alias first, then by namespace name (case-insensitive).Constructor parameters in gudusoft.gsqlparser.resolver2.model with type arguments of type ScopeChildModifierConstructorDescriptionFromScopeIndex(List<ScopeChild> children) Creates an index from the given list of scope children. -
Uses of ScopeChild in gudusoft.gsqlparser.resolver2.scope
Fields in gudusoft.gsqlparser.resolver2.scope with type parameters of type ScopeChildModifier and TypeFieldDescriptionprotected final List<ScopeChild>ListBasedScope.childrenChild namespaces in this scopeMethods in gudusoft.gsqlparser.resolver2.scope that return types with arguments of type ScopeChildModifier and TypeMethodDescriptionAbstractScope.getChildren()Default implementation: empty listEmptyScope.getChildren()IScope.getChildren()Get all child namespaces in this scope.ListBasedScope.getChildren()OraclePackageScope.getChildren()PlsqlBlockScope.getChildren()