Top Description Methods
jdk.vm.ci.code

public Interface ValueKindFactory<K extends ValueKind<K>>

Imports
jdk.vm.ci.meta.JavaKind, .ValueKind

Can be implemented by compilers to create custom ValueKind subclasses.

Method Summary

Modifier and TypeMethod and Description
public K

Method Detail

getValueKindback to summary
public K getValueKind(JavaKind javaKind)