TotalVisitor

class TotalVisitor()

Constructors


Constructors

TotalVisitor.constructor(visitor, restriction)
Arguments:
Return type:

TotalVisitor()

Properties

TotalVisitor.enterAnyBody
Type:function
TotalVisitor.enterAnyBody(body)
Arguments:
Return type:

void

TotalVisitor.enterCadView
Type:function
TotalVisitor.enterCadView(cadView)
Arguments:
Return type:

void

TotalVisitor.enterPartDefinition
Type:function
TotalVisitor.enterPartDefinition(partDef)
Arguments:
Return type:

void

TotalVisitor.enterPmi
Type:function
TotalVisitor.enterPmi(pmi)
Arguments:
Return type:

void

TotalVisitor.enterProductOccurrence
Type:function
TotalVisitor.enterProductOccurrence(node)
Arguments:
Return type:

void

TotalVisitor.enterRepresentationItem
Type:function
TotalVisitor.enterRepresentationItem(repItem)
Arguments:
Return type:

void

TotalVisitor.followAnyBody
Type:function
TotalVisitor.followAnyBody(body)
Arguments:
Return type:

boolean

TotalVisitor.followCadView
Type:function
TotalVisitor.followCadView(cadView)
Arguments:
Return type:

boolean

TotalVisitor.followPartDefinition
Type:function
TotalVisitor.followPartDefinition(partDef)
Arguments:
Return type:

boolean

TotalVisitor.followPmi
Type:function
TotalVisitor.followPmi(pmi)
Arguments:
Return type:

boolean

TotalVisitor.followProductOccurrence
Type:function
TotalVisitor.followProductOccurrence(node)
Arguments:
Return type:

boolean

TotalVisitor.followRepresentationItem
Type:function
TotalVisitor.followRepresentationItem(repItem)
Arguments:
Return type:

boolean

TotalVisitor.leaveAnyBody
Type:function
TotalVisitor.leaveAnyBody(body)
Arguments:
Return type:

void

TotalVisitor.leaveCadView
Type:function
TotalVisitor.leaveCadView(cadView)
Arguments:
Return type:

void

TotalVisitor.leavePartDefinition
Type:function
TotalVisitor.leavePartDefinition(partDef)
Arguments:
Return type:

void

TotalVisitor.leavePmi
Type:function
TotalVisitor.leavePmi(pmi)
Arguments:
Return type:

void

TotalVisitor.leaveProductOccurrence
Type:function
TotalVisitor.leaveProductOccurrence(node)
Arguments:
Return type:

void

TotalVisitor.leaveRepresentationItem
Type:function
TotalVisitor.leaveRepresentationItem(repItem)
Arguments:
Return type:

void