Package cz.cuni.pogamut.posh.nblexer

Package class diagram package cz.cuni.pogamut.posh.nblexer
Classes necessary for adding lexer into NetBeans platform.
These classes add token highlighting support into NetBeans that can be changed in Tools - Option - Fons & Colors.

See:
          Description

Class Summary
PoshCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
PoshLanguageHiearchy LanguageHierarchy contains list of token types for our language(posh), and creates a new instances of our Lexer.
PoshLexar Token lexar that reads input and returns tokens for it.
PoshTokenId Class representing token, contains name - unique name of the token in the parser id - unique integer id of the token primaryCategory - category of the token
 

Package cz.cuni.pogamut.posh.nblexer Description

Classes necessary for adding lexer into NetBeans platform.
These classes add token highlighting support into NetBeans that can be changed in Tools - Option - Fons & Colors.



Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.