Class ModuleQlObjectIterator

java.lang.Object
com.e1c.g5.v8.dt.internal.bsl.check.ModuleQlObjectIterator
All Implemented Interfaces:
Iterator<Object>

public final class ModuleQlObjectIterator extends Object implements Iterator<Object>
QuerySchema iterator which handles the full model traversing. It's not thread safe and not intended for the client use
  • 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 be null
      stringLiteral - The string literal. May not be null
      progressMonitor - The progress monitor. May not be null
  • Method Details