Uses of Class
org.eclipse.steady.java.sign.ASTUtil.NODE_COMPARE_MODE
-
Packages that use ASTUtil.NODE_COMPARE_MODE Package Description org.eclipse.steady.java.sign -
-
Uses of ASTUtil.NODE_COMPARE_MODE in org.eclipse.steady.java.sign
Methods in org.eclipse.steady.java.sign that return ASTUtil.NODE_COMPARE_MODE Modifier and Type Method Description static ASTUtil.NODE_COMPARE_MODEASTUtil.NODE_COMPARE_MODE. valueOf(String name)Returns the enum constant of this type with the specified name.static ASTUtil.NODE_COMPARE_MODE[]ASTUtil.NODE_COMPARE_MODE. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.steady.java.sign with parameters of type ASTUtil.NODE_COMPARE_MODE Modifier and Type Method Description static booleanASTUtil. isEqual(ch.uzh.ifi.seal.changedistiller.treedifferencing.Node _left, ch.uzh.ifi.seal.changedistiller.treedifferencing.Node _right, ASTUtil.NODE_COMPARE_MODE _mode)Returns true if the nodes are equal with regard to parameter mode.
-