Class FieldQueryImpl

java.lang.Object
org.eclipse.core.runtime.PlatformObject
org.eclipse.handly.model.impl.support.Element
org.eclipse.handly.model.impl.support.SourceConstruct
com._1c.g5.v8.dt.core.handle.impl.V8SourceConstruct
com._1c.g5.v8.dt.internal.ql.core.FieldQueryImpl
All Implemented Interfaces:
IV8Element, IFieldQuery, IQlConstruct, org.eclipse.core.runtime.IAdaptable, org.eclipse.handly.model.IElement, org.eclipse.handly.model.IElementExtension, org.eclipse.handly.model.impl.IElementImpl, org.eclipse.handly.model.impl.IElementImplExtension, org.eclipse.handly.model.impl.ISourceConstructImpl, org.eclipse.handly.model.impl.ISourceConstructImplExtension, org.eclipse.handly.model.impl.ISourceElementImpl, org.eclipse.handly.model.impl.support.IElementImplSupport, org.eclipse.handly.model.impl.support.IModelManager.Provider, org.eclipse.handly.model.impl.support.ISourceConstructImplSupport, org.eclipse.handly.model.impl.support.ISourceElementImplSupport, org.eclipse.handly.model.ISourceConstruct, org.eclipse.handly.model.ISourceElement
Direct Known Subclasses:
FieldQueryDcsImpl

public class FieldQueryImpl extends V8SourceConstruct implements IFieldQuery
IFieldQuery implementation
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.eclipse.handly.model.impl.IElementImplExtension

    org.eclipse.handly.model.impl.IElementImplExtension.CloseHint

    Nested classes/interfaces inherited from interface com._1c.g5.v8.dt.ql.core.IFieldQuery

    IFieldQuery.FieldQueryType
  • Field Summary

    Fields inherited from interface org.eclipse.handly.model.impl.IElementImplExtension

    CLOSE_HINT, FORCE_OPEN

    Fields inherited from interface org.eclipse.handly.model.impl.support.IElementImplSupport

    NEW_ELEMENTS, NO_BODY
  • Constructor Summary

    Constructors
    Constructor
    Description
    FieldQueryImpl(org.eclipse.handly.model.impl.support.Element parent, String name, IFieldQuery.FieldQueryType type)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default org.eclipse.handly.model.impl.support.IModelManager
     
    type of field of select query

    Methods inherited from class org.eclipse.handly.model.impl.support.SourceConstruct

    getOccurrenceCount_, setOccurrenceCount_

    Methods inherited from class org.eclipse.handly.model.impl.support.Element

    equals, getName_, getParent_, hashCode, toString

    Methods inherited from class org.eclipse.core.runtime.PlatformObject

    getAdapter

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.eclipse.handly.model.IElement

    equals, hashCode

    Methods inherited from interface org.eclipse.handly.model.IElementExtension

    exists, getAncestor, getChildren, getChildren, getLocationUri, getName, getResource

    Methods inherited from interface org.eclipse.handly.model.impl.IElementImpl

    equalsAndSameParentChain_, fetchChildren_, fetchChildrenOfType_, getChildrenOfType_, getHandleMemento_, getLocationUri_, getName_, getRoot_, toDisplayString_

    Methods inherited from interface org.eclipse.handly.model.impl.IElementImplExtension

    close_, getBody_, getBody_, getChildren_

    Methods inherited from interface org.eclipse.handly.model.impl.support.IElementImplSupport

    canEqual_, close_, findBody_, getChildrenFromBody_, getElementManager_, getModel_, newDoesNotExistException_, open_, openParent_, peekAtBody_, remove_, removing_, toString_, toStringAncestors_, toStringBody_, toStringChildren_

    Methods inherited from interface org.eclipse.handly.model.impl.ISourceConstructImpl

    getParent_, getResource_

    Methods inherited from interface org.eclipse.handly.model.impl.support.ISourceConstructImplSupport

    buildStructure_, defaultEquals_, defaultHashCode_, exists_, isOpenable_, toStringName_, validateExistence_

    Methods inherited from interface org.eclipse.handly.model.impl.support.ISourceElementImplSupport

    getSourceElementAt_, getSourceElementAt_, getSourceElementInfo_

    Methods inherited from interface com._1c.g5.v8.dt.core.handle.IV8Element

    getParent, getRoot
  • Constructor Details

  • Method Details

    • getType

      public IFieldQuery.FieldQueryType getType()
      Description copied from interface: IFieldQuery
      type of field of select query
      Specified by:
      getType in interface IFieldQuery
      Returns:
      type
    • getModelManager_

      default org.eclipse.handly.model.impl.support.IModelManager getModelManager_()
      Specified by:
      getModelManager_ in interface org.eclipse.handly.model.impl.support.IModelManager.Provider