public class EncodedSnippets extends Object
Modifier and Type | Method and Description |
---|---|
NodeClass<?>[] |
getSnippetNodeClasses() |
SnippetParameterInfo |
getSnippetParameterInfo(jdk.vm.ci.meta.ResolvedJavaMethod method) |
boolean |
isSnippet(jdk.vm.ci.meta.ResolvedJavaMethod method) |
static String |
methodKey(jdk.vm.ci.meta.ResolvedJavaMethod method)
Generate a String name for a method including all type information.
|
void |
visitImmutable(Consumer<Object> visitor) |
public NodeClass<?>[] getSnippetNodeClasses()
public static String methodKey(jdk.vm.ci.meta.ResolvedJavaMethod method)
public SnippetParameterInfo getSnippetParameterInfo(jdk.vm.ci.meta.ResolvedJavaMethod method)
public boolean isSnippet(jdk.vm.ci.meta.ResolvedJavaMethod method)