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 class
private class
private class
private class
private class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected RefKey
protected RefKey
protected Stack
<CompareTool.ObjectPath.Pair<RefKey>> protected Stack
<CompareTool.ObjectPath.PathItem> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ObjectPath
(RefKey baseCmpObject, RefKey baseOutObject) private
ObjectPath
(RefKey baseCmpObject, RefKey baseOutObject, Stack<CompareTool.ObjectPath.PathItem> path) -
Method Summary
Modifier and TypeMethodDescriptionprotected Object
clone()
boolean
int
hashCode()
boolean
isComparing
(RefKey baseCmpObject, RefKey baseOutObject) void
pop()
void
pushArrayItemToPath
(int index) void
pushDictItemToPath
(String key) void
pushOffsetToPath
(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
-