|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.m2m.atl.adt.ui.text.AtlWordDetector
public class AtlWordDetector
This class allows to check if a parsed word is an ATL one or not. This is the same method as for all other languages.
Constructor Summary | |
---|---|
AtlWordDetector()
|
Method Summary | |
---|---|
boolean |
isWordPart(char c)
|
boolean |
isWordStart(char c)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AtlWordDetector()
Method Detail |
---|
public boolean isWordStart(char c)
isWordStart
in interface org.eclipse.jface.text.rules.IWordDetector
IWordDetector.isWordStart(char)
public boolean isWordPart(char c)
isWordPart
in interface org.eclipse.jface.text.rules.IWordDetector
IWordDetector.isWordPart(char)
|
Copyright 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |