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 CanonicalizerToolpublic ConstantReflectionProvider getConstantReflection()
getConstantReflection in interface CanonicalizerToolpublic boolean canonicalizeReads()
canonicalizeReads in interface CanonicalizerToolpublic boolean allUsagesAvailable()
CanonicalizerToolusages 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