cz.cuni.pogamut.posh.nblexer
Class PoshLexar
java.lang.Object
cz.cuni.pogamut.posh.nblexer.PoshLexar
- All Implemented Interfaces:
- org.netbeans.spi.lexer.Lexer<PoshTokenId>
public class PoshLexar
- extends Object
- implements org.netbeans.spi.lexer.Lexer<PoshTokenId>
Token lexar that reads input and returns tokens for it.
- Author:
- Honza
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nextToken
public org.netbeans.api.lexer.Token<PoshTokenId> nextToken()
- Specified by:
nextToken in interface org.netbeans.spi.lexer.Lexer<PoshTokenId>
state
public Object state()
- Specified by:
state in interface org.netbeans.spi.lexer.Lexer<PoshTokenId>
release
public void release()
- Specified by:
release in interface org.netbeans.spi.lexer.Lexer<PoshTokenId>
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.