Class ModuleQlObjectIterator
java.lang.Object
com.e1c.g5.v8.dt.internal.bsl.check.ModuleQlObjectIterator
QuerySchema
iterator which handles the full model traversing.
It's not thread safe and not intended for the client use-
Constructor Summary
ConstructorsConstructorDescriptionModuleQlObjectIterator
(QuerySchema querySchema, StringLiteral stringLiteral, org.eclipse.core.runtime.IProgressMonitor progressMonitor) Constructs an iterator instance -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
ModuleQlObjectIterator
public ModuleQlObjectIterator(QuerySchema querySchema, StringLiteral stringLiteral, org.eclipse.core.runtime.IProgressMonitor progressMonitor) Constructs an iterator instance- Parameters:
querySchema
- The query schema. May not benull
stringLiteral
- The string literal. May not benull
progressMonitor
- The progress monitor. May not benull
-
-
Method Details