LPEX
3.6.6

com.ibm.lpex.fortran
Class FortranLexerClasses

java.lang.Object
  extended by com.ibm.lpex.fortran.FortranLexerClasses

public final class FortranLexerClasses
extends Object

Element classes for the Fortran lexers. The classes used by the Fortran lexers must be first defined and registered by the host document parser.


Constructor Summary
FortranLexerClasses(LpexView lpexView)
          Default set of Fortran lexer classes.
FortranLexerClasses(LpexView lpexView, long code, long forwardLink, long backwardLink, long comment, long commentTask, long error, long sub, long label)
          Constructs a set of Fortran lexer classes.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FortranLexerClasses

public FortranLexerClasses(LpexView lpexView)
Default set of Fortran lexer classes.

Parameters:
lpexView - the LPEX document view associated with the lexer

FortranLexerClasses

public FortranLexerClasses(LpexView lpexView,
                           long code,
                           long forwardLink,
                           long backwardLink,
                           long comment,
                           long commentTask,
                           long error,
                           long sub,
                           long label)
Constructs a set of Fortran lexer classes.

Parameters:
lpexView - the LPEX document view associated with the lexer

LPEX
3.6.6

Copyright © 2012 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.