Method | Description | |
---|---|---|
ExprNode_UnaryOp ( int line, string op, ExprNode, expr ) : System.Collections.Generic | ||
acceptVisitor ( IExprNodeVisitor v ) : void |
public ExprNode_UnaryOp ( int line, string op, ExprNode, expr ) : System.Collections.Generic | ||
line | int | |
op | string | |
expr | ExprNode, | |
return | System.Collections.Generic |
public acceptVisitor ( IExprNodeVisitor v ) : void | ||
v | IExprNodeVisitor | |
return | void |