Schnittstelle IEntityNodeSearcher

Alle bekannten Implementierungsklassen:
EntityNodeSearcher

public interface IEntityNodeSearcher
Version:
2024-12-25
Autor:
Silvan Wyss
  • Methodendetails

    • getStoredFieldNodeFromEntityNodeAt1BasedColumnIndex

      IMutableNode<?> getStoredFieldNodeFromEntityNodeAt1BasedColumnIndex(IMutableNode<?> entityNode, int param1BasedColumnIndex)
      Parameter:
      entityNode -
      param1BasedColumnIndex -
      Gibt zurück:
      the field node of the given entityNode at the given param1BasedColumnIndex.
      Löst aus:
      RuntimeException - if given entityNode does not contain a field node with the given param1BasedColumnIndex.