|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
onFinish()
This method is called when the AST traversal is finished. |
void |
onObjectType(ObjectType objType,
boolean isMarkedVersioned)
This method is called whenever an object type node is traversed in the PDL AST. |
void |
onUnversionedProperty(Property property)
This method is called whenever we traverse a property node of the PDL AST that is marked unversioned . |
void |
onVersionedProperty(Property property)
This method is called whenever we traverse a property node of the PDL AST that is marked versioned . |
Method Detail |
public void onObjectType(ObjectType objType, boolean isMarkedVersioned)
onVersionedProperty(Property)
and
onUnversionedProperty(Property)
are only called for a subset
of property nodes.
public void onVersionedProperty(Property property)
versioned
.
public void onUnversionedProperty(Property property)
unversioned
.
public void onFinish()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |