java.lang.Object
com.intellij.psi.impl.source.codeStyle.LexemeIteratorImpl
- All Implemented Interfaces:
LexemeIterator
-
Constructor Details
-
LexemeIteratorImpl
-
-
Method Details
-
getStart
public int getStart()- Specified by:
getStartin interfaceLexemeIterator
-
getEnd
public int getEnd()- Specified by:
getEndin interfaceLexemeIterator
-
getTokenType
- Specified by:
getTokenTypein interfaceLexemeIterator- Returns:
- type if the current token
-
advance
public void advance()Description copied from interface:LexemeIteratorMove iterator to the next segment- Specified by:
advancein interfaceLexemeIterator
-
retreat
public void retreat()Description copied from interface:LexemeIteratorMove iterator to the previous segment- Specified by:
retreatin interfaceLexemeIterator
-
atEnd
public boolean atEnd()- Specified by:
atEndin interfaceLexemeIterator
-