Uses of Interface
org.eclipse.steady.sign.SignatureChange
-
Packages that use SignatureChange Package Description org.eclipse.steady.sign -
-
Uses of SignatureChange in org.eclipse.steady.sign
Methods in org.eclipse.steady.sign that return SignatureChange Modifier and Type Method Description SignatureChangeSignatureComparator. computeChange(Signature _a, Signature _b)Compares the signature at hand with the signature provided as argument and computes a so-called signature change, i.e., a set of modifications that transforms one signature into the other one.SignatureChangeSignatureFactory. computeChange(Construct _from, Construct _to)computeChange.Methods in org.eclipse.steady.sign with parameters of type SignatureChange Modifier and Type Method Description booleanSignatureComparator. containsChange(Signature _s, SignatureChange _change)Returns true if the code modifications expressed by the signature change are contained in the signature at hand, false otherwise.
-