Module xl.core

Interface FieldChain

All Known Implementing Classes:
FieldChainImpl, IndirectField, ManageableType.ArrayComponent, ManageableType.Field, Node.NType.BitField, Node.NType.Field, PersistenceField, SCOType.Field

public interface FieldChain
  • Method Summary

    Modifier and Type
    Method
    Description
    getField(int index)
     
    int
     
    boolean
    overlaps(int[] indices, FieldChain list, int[] listIndices)
     
  • Method Details

    • length

      int length()
    • getField

      Field getField(int index)
    • overlaps

      boolean overlaps(int[] indices, FieldChain list, int[] listIndices)