예제 #1
0
 public UnaryOperatorDebugView_NoParent(UnaryOperator node, Object parentProxy, String name) { _node = node; _parentProxy = parentProxy; _name = name; }
예제 #2
0
 public UnaryOperatorDebugView_NoParent(UnaryOperator node) : this(node, null) { }
예제 #3
0
 public UnaryOperatorDebugView_NoParent(UnaryOperator node, Object parentProxy) : this(node, parentProxy, NodeDebuggabilityHelper.InferDebugProxyNameFromStackTrace()) {}
예제 #4
0
 public UnaryOperatorDebugView(UnaryOperator node) : this(node, null) { }
 public UnaryOperatorDebugView(UnaryOperator node, Object parentProxy, String name)
 {
     _node = node; _parentProxy = parentProxy; _name = name;
 }
 public UnaryOperatorDebugView(UnaryOperator node, Object parentProxy) : this(node, parentProxy, NodeDebuggabilityHelper.InferDebugProxyNameFromStackTrace())
 {
 }
 public UnaryOperatorDebugView(UnaryOperator node) : this(node, null)
 {
 }
 public UnaryOperatorDebugView_NoParent(UnaryOperator node) : this(node, null)
 {
 }