コード例 #1
1
 // ***** VDMTOOLS START Name=accept KEEP=NO
 public void accept(final IOmlVisitor pVisitor) throws CGException {
   pVisitor.visitExitStatement((IOmlExitStatement) this);
 }
コード例 #2
0
 // ***** VDMTOOLS START Name=accept KEEP=NO
 public void accept(final IOmlVisitor pVisitor) throws CGException {
   pVisitor.visitActExpression((IOmlActExpression) this);
 }
コード例 #3
0
 // ***** VDMTOOLS START Name=accept KEEP=NO
 public void accept(final IOmlVisitor pVisitor) throws CGException {
   pVisitor.visitOperationType((IOmlOperationType) this);
 }
コード例 #4
0
 // ***** VDMTOOLS START Name=accept KEEP=NO
 public void accept(final IOmlVisitor pVisitor) throws CGException {
   pVisitor.visitMutexAllPredicate((IOmlMutexAllPredicate) this);
 }