|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiz.hammurapi.util.VisitorConverter
public class VisitorConverter
Field Summary | |
---|---|
static java.lang.String |
LEAVE
Name of leave method. |
static java.lang.String |
VISIT
Name of visit method. |
Constructor Summary | |
---|---|
VisitorConverter()
|
Method Summary | |
---|---|
Visitor |
convert(java.lang.Object object)
Converts object to visitor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String LEAVE
public static final java.lang.String VISIT
Constructor Detail |
---|
public VisitorConverter()
Method Detail |
---|
public Visitor convert(java.lang.Object object)
Visitor
, then this method returns
object unchanged. Otherwise it introspects object for public
target
- Object to be converted to visitor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |