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, waitMethods 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 benullstringLiteral- The string literal. May not benullprogressMonitor- The progress monitor. May not benull
-
-
Method Details