Searched defs:child (Results 101 - 125 of 543) sorted by relevance

1234567891011>>

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DACallCommand.java123 void removeChild(@SuppressWarnings("unused") Node child) argument
125 // Remove child
126 if(this._position_ == child)
132 if(this._macro_.remove(child))
137 if(this._arguments_.remove(child))
142 throw new RuntimeException("Not a child.");
148 // Replace child
191 throw new RuntimeException("Not a child.");
H A DACommaExpression.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 DACommentCommand.java101 void removeChild(@SuppressWarnings("unused") Node child) argument
103 // Remove child
104 if(this._position_ == child)
110 if(this._comment_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
H A DAContentTypeCommand.java101 void removeChild(@SuppressWarnings("unused") Node child) argument
103 // Remove child
104 if(this._position_ == child)
110 if(this._string_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
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.");

Completed in 153 milliseconds

1234567891011>>