Interface IDartInternalObject


public interface IDartInternalObject
Basic interface for Dart objects.
  • Method Details

    • getClassId

      int getClassId()
      Retrieve the object class id. To determine the class name, use IDartAotSnapshotInfo.getClassIdNameMap().
      Returns:
    • isBase

      boolean isBase()
      Returns:
    • getAttributes

      Map<String,Object> getAttributes()
      Retrieve the map of objects attributes.
      Returns:
      unmodifiable map
    • getAttribute

      Object getAttribute(String key)
      Retrieve an object attribute by name.
      Parameters:
      key -
      Returns:
      an attribute or null