Exemplo n.º 1
0
 public override OclExpression Visit(ErrorExp node)
 {
     notSupportedExpression = node;
     isSuitable             = false;
     throw new OclConstructNotAvailableInPSM(node);
 }
Exemplo n.º 2
0
 public virtual void Visit(ErrorExp node)
 {
     throw new ExpressionNotSupportedInXPath(node);
 }
 public override bool Visit(ErrorExp node)
 {
     violatingExpression = node;
     isSuitable          = false;
     return(false);
 }
Exemplo n.º 4
0
 public void Visit(ErrorExp node)
 {
 }
Exemplo n.º 5
0
 public void Visit(ErrorExp node)
 {
     sb.Append(" ERROR ");
 }
Exemplo n.º 6
0
 public abstract TType Visit(ErrorExp node);