Package com.itextpdf.testutils
Class CompareTool.ObjectPath
java.lang.Object
com.itextpdf.testutils.CompareTool.ObjectPath
- Enclosing class:
CompareTool
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate classprivate classprivate classprivate classprivate class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected RefKeyprotected RefKeyprotected Stack<CompareTool.ObjectPath.Pair<RefKey>> protected Stack<CompareTool.ObjectPath.PathItem> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedObjectPath(RefKey baseCmpObject, RefKey baseOutObject) privateObjectPath(RefKey baseCmpObject, RefKey baseOutObject, Stack<CompareTool.ObjectPath.PathItem> path) -
Method Summary
Modifier and TypeMethodDescriptionprotected Objectclone()booleaninthashCode()booleanisComparing(RefKey baseCmpObject, RefKey baseOutObject) voidpop()voidpushArrayItemToPath(int index) voidpushDictItemToPath(String key) voidpushOffsetToPath(int offset) resetDirectPath(RefKey baseCmpObject, RefKey baseOutObject) toString()
-
Field Details
-
baseCmpObject
-
baseOutObject
-
path
-
indirects
-
-
Constructor Details
-
ObjectPath
public ObjectPath() -
ObjectPath
-
ObjectPath
private ObjectPath(RefKey baseCmpObject, RefKey baseOutObject, Stack<CompareTool.ObjectPath.PathItem> path)
-
-
Method Details
-
resetDirectPath
-
isComparing
-
pushArrayItemToPath
public void pushArrayItemToPath(int index) -
pushDictItemToPath
-
pushOffsetToPath
public void pushOffsetToPath(int offset) -
pop
public void pop() -
toString
-
hashCode
public int hashCode() -
equals
-
clone
-
toXmlNode
-