102 <p> |
102 <p> |
103 Public method to get the default keywords. |
103 Public method to get the default keywords. |
104 </p> |
104 </p> |
105 <dl> |
105 <dl> |
106 |
106 |
107 <dt><i>kwSet</i></dt> |
107 <dt><i>kwSet</i> (int)</dt> |
108 <dd> |
108 <dd> |
109 number of the keyword set (integer) |
109 number of the keyword set |
110 </dd> |
110 </dd> |
111 </dl> |
111 </dl> |
112 <dl> |
112 <dl> |
113 <dt>Return:</dt> |
113 <dt>Return:</dt> |
114 <dd> |
114 <dd> |
115 string giving the keywords (string) or None |
115 string giving the keywords or None |
|
116 </dd> |
|
117 </dl> |
|
118 <dl> |
|
119 <dt>Return Type:</dt> |
|
120 <dd> |
|
121 str |
116 </dd> |
122 </dd> |
117 </dl> |
123 </dl> |
118 <a NAME="LexerMatlab.isCommentStyle" ID="LexerMatlab.isCommentStyle"></a> |
124 <a NAME="LexerMatlab.isCommentStyle" ID="LexerMatlab.isCommentStyle"></a> |
119 <h4>LexerMatlab.isCommentStyle</h4> |
125 <h4>LexerMatlab.isCommentStyle</h4> |
120 <b>isCommentStyle</b>(<i>style</i>) |
126 <b>isCommentStyle</b>(<i>style</i>) |
122 <p> |
128 <p> |
123 Public method to check, if a style is a comment style. |
129 Public method to check, if a style is a comment style. |
124 </p> |
130 </p> |
125 <dl> |
131 <dl> |
126 |
132 |
127 <dt><i>style</i></dt> |
133 <dt><i>style</i> (int)</dt> |
128 <dd> |
134 <dd> |
129 style to check (integer) |
135 style to check |
130 </dd> |
136 </dd> |
131 </dl> |
137 </dl> |
132 <dl> |
138 <dl> |
133 <dt>Return:</dt> |
139 <dt>Return:</dt> |
134 <dd> |
140 <dd> |
135 flag indicating a comment style (boolean) |
141 flag indicating a comment style |
|
142 </dd> |
|
143 </dl> |
|
144 <dl> |
|
145 <dt>Return Type:</dt> |
|
146 <dd> |
|
147 bool |
136 </dd> |
148 </dd> |
137 </dl> |
149 </dl> |
138 <a NAME="LexerMatlab.isStringStyle" ID="LexerMatlab.isStringStyle"></a> |
150 <a NAME="LexerMatlab.isStringStyle" ID="LexerMatlab.isStringStyle"></a> |
139 <h4>LexerMatlab.isStringStyle</h4> |
151 <h4>LexerMatlab.isStringStyle</h4> |
140 <b>isStringStyle</b>(<i>style</i>) |
152 <b>isStringStyle</b>(<i>style</i>) |
142 <p> |
154 <p> |
143 Public method to check, if a style is a string style. |
155 Public method to check, if a style is a string style. |
144 </p> |
156 </p> |
145 <dl> |
157 <dl> |
146 |
158 |
147 <dt><i>style</i></dt> |
159 <dt><i>style</i> (int)</dt> |
148 <dd> |
160 <dd> |
149 style to check (integer) |
161 style to check |
150 </dd> |
162 </dd> |
151 </dl> |
163 </dl> |
152 <dl> |
164 <dl> |
153 <dt>Return:</dt> |
165 <dt>Return:</dt> |
154 <dd> |
166 <dd> |
155 flag indicating a string style (boolean) |
167 flag indicating a string style |
|
168 </dd> |
|
169 </dl> |
|
170 <dl> |
|
171 <dt>Return Type:</dt> |
|
172 <dd> |
|
173 bool |
156 </dd> |
174 </dd> |
157 </dl> |
175 </dl> |
158 <div align="right"><a href="#top">Up</a></div> |
176 <div align="right"><a href="#top">Up</a></div> |
159 <hr /> |
177 <hr /> |
160 <hr /> |
178 <hr /> |