|
LPEX 3.6.8 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.lpex.fortran.FortranLexerStyles
public final class FortranLexerStyles
Styles for the Fortran lexers. The style characters used by the Fortran lexers must be defined by the host document parser.
The default style character set in the LpexCharStream by the host parser (usually '_' for layout blanks) will also appear in elements tokenized by the Fortran lexer.
Constructor Summary | |
---|---|
FortranLexerStyles(String styles)
Constructs a set of Fortran lexer styles. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FortranLexerStyles(String styles)
styles
string is null
or too short,
all the Fortran lexer styles are set to '!'.
styles
- string of 16 style characters, in the following order:
comment,
commentTag,
remark,
error,
executable statement keyword,
non-executable statement keyword,
special program keyword,
special program end keyword,
numeric constant,
character literal
name,
label,
punctuation/operator,
compiler directive,
continuation indicator,
ignored
|
LPEX 3.6.8 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |