Class ScopeFilter
java.lang.Object
org.apache.derby.iapi.sql.compile.ScopeFilter
- All Implemented Interfaces:
VisitableFilter
Filter which passes Visitables only if the compiler is inside
a named scope.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate CompilerContext////////////////////////////////////////////////////////////////////////private intprivate String -
Constructor Summary
ConstructorsConstructorDescriptionScopeFilter(CompilerContext compilerContext, String scopeName, int minDepth) Construct a filter for the given scope and minimal expected depth. -
Method Summary
-
Field Details
-
_compilerContext
//////////////////////////////////////////////////////////////////////// -
_scopeName
-
_minDepth
private int _minDepth
-
-
Constructor Details
-
ScopeFilter
Construct a filter for the given scope and minimal expected depth.
-
-
Method Details
-
accept
////////////////////////////////////////////////////////////////////////- Specified by:
acceptin interfaceVisitableFilter- Throws:
StandardException
-