124 <h4>LexerPascal.isCommentStyle</h4> |
124 <h4>LexerPascal.isCommentStyle</h4> |
125 <b>isCommentStyle</b>(<i>style</i>) |
125 <b>isCommentStyle</b>(<i>style</i>) |
126 <p> |
126 <p> |
127 Public method to check, if a style is a comment style. |
127 Public method to check, if a style is a comment style. |
128 </p><dl> |
128 </p><dl> |
|
129 <dt><i>style</i></dt> |
|
130 <dd> |
|
131 style to check (integer) |
|
132 </dd> |
|
133 </dl><dl> |
129 <dt>Returns:</dt> |
134 <dt>Returns:</dt> |
130 <dd> |
135 <dd> |
131 flag indicating a comment style (boolean) |
136 flag indicating a comment style (boolean) |
132 </dd> |
137 </dd> |
133 </dl><a NAME="LexerPascal.isStringStyle" ID="LexerPascal.isStringStyle"></a> |
138 </dl><a NAME="LexerPascal.isStringStyle" ID="LexerPascal.isStringStyle"></a> |
134 <h4>LexerPascal.isStringStyle</h4> |
139 <h4>LexerPascal.isStringStyle</h4> |
135 <b>isStringStyle</b>(<i>style</i>) |
140 <b>isStringStyle</b>(<i>style</i>) |
136 <p> |
141 <p> |
137 Public method to check, if a style is a string style. |
142 Public method to check, if a style is a string style. |
138 </p><dl> |
143 </p><dl> |
|
144 <dt><i>style</i></dt> |
|
145 <dd> |
|
146 style to check (integer) |
|
147 </dd> |
|
148 </dl><dl> |
139 <dt>Returns:</dt> |
149 <dt>Returns:</dt> |
140 <dd> |
150 <dd> |
141 flag indicating a string style (boolean) |
151 flag indicating a string style (boolean) |
142 </dd> |
152 </dd> |
143 </dl> |
153 </dl> |