Interface TruffleCompilerListener.GraphInfo
- Enclosing interface:
TruffleCompilerListener
public static interface TruffleCompilerListener.GraphInfo
Summary information for a compiler graph.
-
Method Summary
Modifier and TypeMethodDescriptionintGets the number of nodes in the graph.String[]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
-