Uses of Interface
com.ibm.dtfj.javacore.parser.framework.parser.ILookAheadBuffer
-
-
Uses of ILookAheadBuffer in com.ibm.dtfj.javacore.parser.framework.parser
Methods in com.ibm.dtfj.javacore.parser.framework.parser with parameters of type ILookAheadBuffer Modifier and Type Method Description void
ISectionParser. readIntoDTFJ(ILookAheadBuffer lookAhead, IImageBuilder imageBuilder)
Pass in a lookahead buffer that is shared amongst all section parsers, pass in the DTFJ factory to construct the DTFJ objects as tags are being parsed. -
Uses of ILookAheadBuffer in com.ibm.dtfj.javacore.parser.framework.scanner
Classes in com.ibm.dtfj.javacore.parser.framework.scanner that implement ILookAheadBuffer Modifier and Type Class Description class
LookAheadBuffer
Methods in com.ibm.dtfj.javacore.parser.framework.scanner that return ILookAheadBuffer Modifier and Type Method Description ILookAheadBuffer
IScannerManager. getLookAheadBuffer()
-
Uses of ILookAheadBuffer in com.ibm.dtfj.javacore.parser.j9
Fields in com.ibm.dtfj.javacore.parser.j9 declared as ILookAheadBuffer Modifier and Type Field Description protected ILookAheadBuffer
SectionParserGrammar. fLookAheadBuffer
Methods in com.ibm.dtfj.javacore.parser.j9 that return ILookAheadBuffer Modifier and Type Method Description protected ILookAheadBuffer
SectionParserGrammar. getLookAheadBuffer()
Methods in com.ibm.dtfj.javacore.parser.j9 with parameters of type ILookAheadBuffer Modifier and Type Method Description abstract void
SovereignSectionParserPart. computeSovRule(String sovRuleID, ILookAheadBuffer lookAheadBuffer)
void
SectionParser. readIntoDTFJ(ILookAheadBuffer lookAheadBuffer, IImageBuilder imageBuilder)
protected void
SectionParserGrammar. setLookAheadBuffer(ILookAheadBuffer lookAheadBuffer)
protected void
SectionParserGrammar. setLookAheadBuffer(ILookAheadBuffer lookAheadBuffer, int depth)
-
Uses of ILookAheadBuffer in com.ibm.dtfj.javacore.parser.j9.section.monitor
Methods in com.ibm.dtfj.javacore.parser.j9.section.monitor with parameters of type ILookAheadBuffer Modifier and Type Method Description Object
MonitorSovSectionParserPart. readIntoDTFJ(ILookAheadBuffer lookAhead)
-
Uses of ILookAheadBuffer in com.ibm.dtfj.javacore.parser.j9.section.thread
Methods in com.ibm.dtfj.javacore.parser.j9.section.thread with parameters of type ILookAheadBuffer Modifier and Type Method Description Object
ThreadSovSectionParserPart. readIntoDTFJ(ILookAheadBuffer lookAhead)
-