Uses of Class
bbd.jportal2.SimpleCharStream
-
Packages that use SimpleCharStream Package Description bbd.jportal2 -
-
Uses of SimpleCharStream in bbd.jportal2
Fields in bbd.jportal2 declared as SimpleCharStream Modifier and Type Field Description protected static SimpleCharStreamJPortalTokenManager. input_streamMethods in bbd.jportal2 with parameters of type SimpleCharStream Modifier and Type Method Description static voidJPortalTokenManager. ReInit(SimpleCharStream stream)Reinitialise parser.static voidJPortalTokenManager. ReInit(SimpleCharStream stream, int lexState)Reinitialise parser.Constructors in bbd.jportal2 with parameters of type SimpleCharStream Constructor Description JPortalTokenManager(SimpleCharStream stream)Constructor.JPortalTokenManager(SimpleCharStream stream, int lexState)Constructor.
-