151 <h4>LexerPython.isCommentStyle</h4> |
151 <h4>LexerPython.isCommentStyle</h4> |
152 <b>isCommentStyle</b>(<i>style</i>) |
152 <b>isCommentStyle</b>(<i>style</i>) |
153 <p> |
153 <p> |
154 Public method to check, if a style is a comment style. |
154 Public method to check, if a style is a comment style. |
155 </p><dl> |
155 </p><dl> |
|
156 <dt><i>style</i></dt> |
|
157 <dd> |
|
158 style to check (integer) |
|
159 </dd> |
|
160 </dl><dl> |
156 <dt>Returns:</dt> |
161 <dt>Returns:</dt> |
157 <dd> |
162 <dd> |
158 flag indicating a comment style (boolean) |
163 flag indicating a comment style (boolean) |
159 </dd> |
164 </dd> |
160 </dl><a NAME="LexerPython.isStringStyle" ID="LexerPython.isStringStyle"></a> |
165 </dl><a NAME="LexerPython.isStringStyle" ID="LexerPython.isStringStyle"></a> |
161 <h4>LexerPython.isStringStyle</h4> |
166 <h4>LexerPython.isStringStyle</h4> |
162 <b>isStringStyle</b>(<i>style</i>) |
167 <b>isStringStyle</b>(<i>style</i>) |
163 <p> |
168 <p> |
164 Public method to check, if a style is a string style. |
169 Public method to check, if a style is a string style. |
165 </p><dl> |
170 </p><dl> |
|
171 <dt><i>style</i></dt> |
|
172 <dd> |
|
173 style to check (integer) |
|
174 </dd> |
|
175 </dl><dl> |
166 <dt>Returns:</dt> |
176 <dt>Returns:</dt> |
167 <dd> |
177 <dd> |
168 flag indicating a string style (boolean) |
178 flag indicating a string style (boolean) |
169 </dd> |
179 </dd> |
170 </dl><a NAME="LexerPython.language" ID="LexerPython.language"></a> |
180 </dl><a NAME="LexerPython.language" ID="LexerPython.language"></a> |
171 <h4>LexerPython.language</h4> |
181 <h4>LexerPython.language</h4> |
172 <b>language</b>(<i></i>) |
182 <b>language</b>(<i></i>) |
173 <p> |
183 <p> |
174 Public method to get the lexer language. |
184 Public method to get the lexer language. |
175 </p> |
185 </p><dl> |
|
186 <dt>Returns:</dt> |
|
187 <dd> |
|
188 lexer language (string) |
|
189 </dd> |
|
190 </dl> |
176 <div align="right"><a href="#top">Up</a></div> |
191 <div align="right"><a href="#top">Up</a></div> |
177 <hr /> |
192 <hr /> |
178 </body></html> |
193 </body></html> |