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 voidISectionParser. 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 classLookAheadBufferMethods in com.ibm.dtfj.javacore.parser.framework.scanner that return ILookAheadBuffer Modifier and Type Method Description ILookAheadBufferIScannerManager. 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 ILookAheadBufferSectionParserGrammar. fLookAheadBufferMethods in com.ibm.dtfj.javacore.parser.j9 that return ILookAheadBuffer Modifier and Type Method Description protected ILookAheadBufferSectionParserGrammar. getLookAheadBuffer()Methods in com.ibm.dtfj.javacore.parser.j9 with parameters of type ILookAheadBuffer Modifier and Type Method Description abstract voidSovereignSectionParserPart. computeSovRule(String sovRuleID, ILookAheadBuffer lookAheadBuffer)voidSectionParser. readIntoDTFJ(ILookAheadBuffer lookAheadBuffer, IImageBuilder imageBuilder)protected voidSectionParserGrammar. setLookAheadBuffer(ILookAheadBuffer lookAheadBuffer)protected voidSectionParserGrammar. 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 ObjectMonitorSovSectionParserPart. 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 ObjectThreadSovSectionParserPart. readIntoDTFJ(ILookAheadBuffer lookAhead)
-