protected class SimplifyingGraphDecoder.PECanonicalizerTool extends Object implements CanonicalizerTool
Modifier | Constructor and Description |
---|---|
protected |
PECanonicalizerTool() |
Modifier and Type | Method and Description |
---|---|
boolean |
allUsagesAvailable()
If this method returns false, not all
usages of a node are yet
available. |
boolean |
canonicalizeReads() |
ConstantReflectionProvider |
getConstantReflection() |
MetaAccessProvider |
getMetaAccess() |
protected PECanonicalizerTool()
public MetaAccessProvider getMetaAccess()
getMetaAccess
in interface CanonicalizerTool
public ConstantReflectionProvider getConstantReflection()
getConstantReflection
in interface CanonicalizerTool
public boolean canonicalizeReads()
canonicalizeReads
in interface CanonicalizerTool
public boolean allUsagesAvailable()
CanonicalizerTool
usages of a node
are yet
available. So a node must not be canonicalized base on, e.g., information returned from
Node.hasNoUsages()
.allUsagesAvailable
in interface CanonicalizerTool