Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
novaworx.syntax.TokenMarker

Uses of TokenMarker in novaworx.syntax
 

Fields in novaworx.syntax declared as TokenMarker
private  TokenMarker SyntaxHandler.moTokenMarker
           
private  TokenMarker Syntax.moTokenMarker
           
 

Methods in novaworx.syntax that return TokenMarker
 TokenMarker Syntax.getTokenMarker()
          Returns the token marker specified with setTokenMarker().
 

Methods in novaworx.syntax with parameters of type TokenMarker
 void Syntax.setTokenMarker(TokenMarker aoMarker)
          Sets the token marker for this syntax.