Package com.oracle.truffle.compiler
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
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
-