HandleError() 공개 추상적인 메소드

public abstract HandleError ( ) : void
리턴 void
 /**
  * Handles the semantic action
  * @param action
  */
 public void HandleError(SemanticOperation action)
 {
     action.HandleError();
 }
예제 #2
0
 /**
  * Handles the semantic action
  * @param action
  */
 public void HandleError(SemanticOperation action)
 {
     action.HandleError();
 }