|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.report.modules.parser.base.CommentHintPath
The comment hint path is used to mark the parse position and to store the comments for such an parser path.
Constructor Summary | |
CommentHintPath()
Creates a new empty comment hint path object. |
|
CommentHintPath(java.lang.Object name)
Creates a new comment hint path and adds the given object as first name segment. |
|
CommentHintPath(java.lang.Object[] name)
Creates a new comment hint path and adds the given objects as name segments. |
Method Summary | |
void |
addName(java.lang.Object name)
Appends the given object as last element to the path. |
boolean |
equals(java.lang.Object o)
Tests, whether this object is equal to the given object. |
CommentHintPath |
getInstance()
Returns a copy of this comment hint path. |
int |
hashCode()
Computes a hashcode for this path. |
java.lang.String |
toString()
Returns a string representation of this object for debugging purposes. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CommentHintPath()
public CommentHintPath(java.lang.Object name)
name
- the first name segment.public CommentHintPath(java.lang.Object[] name)
name
- the name segments.Method Detail |
public void addName(java.lang.Object name)
name
- the new path segment.public CommentHintPath getInstance()
public boolean equals(java.lang.Object o)
o
- the object that should be compared.
Object.equals(java.lang.Object)
public int hashCode()
Object.hashCode()
public java.lang.String toString()
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |