|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectit.uniroma3.plasm.editors.util.PlasmWhitespaceDetector
This Detector object checks if a character can be considered a withe space. Requested by PlasmCodeScanner for syntax highlighting.
| Constructor Summary | |
PlasmWhitespaceDetector()
|
|
| Method Summary | |
boolean |
isWhitespace(char c)
Requested by IWhitespaceDetector interface, simply check if the given parameter c is a white space, a tab, a new line or a carriage return character |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PlasmWhitespaceDetector()
| Method Detail |
public boolean isWhitespace(char c)
isWhitespace in interface org.eclipse.jface.text.rules.IWhitespaceDetectorc - the character to examine
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||