cz.cuni.pogamut.posh.nblexer
Class PoshLexar

Package class diagram package PoshLexar
java.lang.Object
  extended by 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

Method Summary
 org.netbeans.api.lexer.Token<PoshTokenId> nextToken()
           
 void release()
           
 Object state()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.