Searched defs:child (Results 176 - 200 of 802) sorted by relevance

1234567891011>>

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DADescendVariable.java101 void removeChild(@SuppressWarnings("unused") Node child) argument
103 // Remove child
104 if(this._parent_ == child)
110 if(this._child_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
H A DADivideExpression.java101 void removeChild(@SuppressWarnings("unused") Node child) argument
103 // Remove child
104 if(this._left_ == child)
110 if(this._right_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
H A DAEqExpression.java101 void removeChild(@SuppressWarnings("unused") Node child) argument
103 // Remove child
104 if(this._left_ == child)
110 if(this._right_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
H A DAEscapeCommand.java132 void removeChild(@SuppressWarnings("unused") Node child) argument
134 // Remove child
135 if(this._position_ == child)
141 if(this._expression_ == child)
147 if(this._command_ == child)
153 throw new RuntimeException("Not a child.");
159 // Replace child
178 throw new RuntimeException("Not a child.");
H A DAEvarCommand.java101 void removeChild(@SuppressWarnings("unused") Node child) argument
103 // Remove child
104 if(this._position_ == child)
110 if(this._expression_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
H A DAExpandVariable.java101 void removeChild(@SuppressWarnings("unused") Node child) argument
103 // Remove child
104 if(this._parent_ == child)
110 if(this._child_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
H A DAFunctionExpression.java97 void removeChild(@SuppressWarnings("unused") Node child) argument
99 // Remove child
100 if(this._name_ == child)
106 if(this._args_.remove(child))
111 throw new RuntimeException("Not a child.");
117 // Replace child
142 throw new RuntimeException("Not a child.");
H A DAGtExpression.java101 void removeChild(@SuppressWarnings("unused") Node child) argument
103 // Remove child
104 if(this._left_ == child)
110 if(this._right_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
H A DAGteExpression.java101 void removeChild(@SuppressWarnings("unused") Node child) argument
103 // Remove child
104 if(this._left_ == child)
110 if(this._right_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
H A DAHardIncludeCommand.java101 void removeChild(@SuppressWarnings("unused") Node child) argument
103 // Remove child
104 if(this._position_ == child)
110 if(this._expression_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
H A DAHardLincludeCommand.java101 void removeChild(@SuppressWarnings("unused") Node child) argument
103 // Remove child
104 if(this._position_ == child)
110 if(this._expression_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
H A DAIncludeCommand.java101 void removeChild(@SuppressWarnings("unused") Node child) argument
103 // Remove child
104 if(this._position_ == child)
110 if(this._expression_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
H A DAInlineCommand.java101 void removeChild(@SuppressWarnings("unused") Node child) argument
103 // Remove child
104 if(this._position_ == child)
110 if(this._command_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
H A DALincludeCommand.java101 void removeChild(@SuppressWarnings("unused") Node child) argument
103 // Remove child
104 if(this._position_ == child)
110 if(this._expression_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
H A DALtExpression.java101 void removeChild(@SuppressWarnings("unused") Node child) argument
103 // Remove child
104 if(this._left_ == child)
110 if(this._right_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
H A DALteExpression.java101 void removeChild(@SuppressWarnings("unused") Node child) argument
103 // Remove child
104 if(this._left_ == child)
110 if(this._right_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
H A DALvarCommand.java101 void removeChild(@SuppressWarnings("unused") Node child) argument
103 // Remove child
104 if(this._position_ == child)
110 if(this._expression_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
H A DAModuloExpression.java101 void removeChild(@SuppressWarnings("unused") Node child) argument
103 // Remove child
104 if(this._left_ == child)
110 if(this._right_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
H A DAMultiplyExpression.java101 void removeChild(@SuppressWarnings("unused") Node child) argument
103 // Remove child
104 if(this._left_ == child)
110 if(this._right_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
H A DANameCommand.java101 void removeChild(@SuppressWarnings("unused") Node child) argument
103 // Remove child
104 if(this._position_ == child)
110 if(this._variable_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
H A DANeExpression.java101 void removeChild(@SuppressWarnings("unused") Node child) argument
103 // Remove child
104 if(this._left_ == child)
110 if(this._right_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
H A DANumericAddExpression.java101 void removeChild(@SuppressWarnings("unused") Node child) argument
103 // Remove child
104 if(this._left_ == child)
110 if(this._right_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
H A DANumericEqExpression.java101 void removeChild(@SuppressWarnings("unused") Node child) argument
103 // Remove child
104 if(this._left_ == child)
110 if(this._right_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
H A DANumericNeExpression.java101 void removeChild(@SuppressWarnings("unused") Node child) argument
103 // Remove child
104 if(this._left_ == child)
110 if(this._right_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
H A DAOrExpression.java101 void removeChild(@SuppressWarnings("unused") Node child) argument
103 // Remove child
104 if(this._left_ == child)
110 if(this._right_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");

Completed in 165 milliseconds

1234567891011>>