Interface PropertyKey

All Known Implementing Classes:
IdentNode, LiteralNode.PrimitiveLiteralNode

public interface PropertyKey
Any node that can be a property key inherits this.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the property name.
    com.oracle.truffle.api.strings.TruffleString
     
  • Method Details

    • getPropertyName

      String getPropertyName()
      Get the property name.
      Returns:
      the property name
    • getPropertyNameTS

      com.oracle.truffle.api.strings.TruffleString getPropertyNameTS()