Interface TruffleCompilerListener.GraphInfo

Enclosing interface:
TruffleCompilerListener

public static interface TruffleCompilerListener.GraphInfo
Summary information for a compiler graph.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Gets the number of nodes in the graph.
    getNodeTypes(boolean simpleNames)
    Gets the set of nodes in the graph.
  • Method Details

    • getNodeCount

      int getNodeCount()
      Gets the number of nodes in the graph.
    • getNodeTypes

      String[] getNodeTypes(boolean simpleNames)
      Gets the set of nodes in the graph.
      Parameters:
      simpleNames - whether to return simple names
      Returns:
      list of type names for all the nodes in the graph