public interface CanonicalizerTool
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() |
MetaAccessProvider getMetaAccess()
ConstantReflectionProvider getConstantReflection()
boolean canonicalizeReads()
boolean allUsagesAvailable()
usages of a node
are yet
available. So a node must not be canonicalized base on, e.g., information returned from
Node.hasNoUsages()
.