Interface Story

All Superinterfaces:
Serializable

public interface Story extends Serializable
Represents a (possibly disjoint) region of the JavaScript output for which metadata is available.
  • Method Summary

    Modifier and Type
    Method
    Description
    If the Story represents a literal value, this method will return a description of the type of literal.
    Gets the Members of the compilation that the Story is about.
  • Method Details

    • getLiteralTypeName

      String getLiteralTypeName()
      If the Story represents a literal value, this method will return a description of the type of literal. If the Story does not represent a literal, this method will return null.
    • getMembers

      SortedSet<Member> getMembers()
      Gets the Members of the compilation that the Story is about.