Uses of Class
org.kefirsf.bb.proc.Source

Packages that use Source
org.kefirsf.bb.proc   
 

Uses of Source in org.kefirsf.bb.proc
 

Methods in org.kefirsf.bb.proc that return Source
 Source Context.getSource()
           
 

Methods in org.kefirsf.bb.proc with parameters of type Source
 int ProcVariable.findIn(Source source)
          Find this element
 int ProcText.findIn(Source source)
          Find this element
 int ProcPatternElement.findIn(Source source)
          Find constant
 int PatternJunk.findIn(Source source)
           
 int PatternConstant.findIn(Source source)
          Find this constant.
 boolean ProcVariable.isNextIn(Source source)
          Определяет, что дальше в разбираемой строке находится нужная последовательность
 boolean ProcText.isNextIn(Source source)
          Определяет, что дальше в разбираемой строке находится нужная последовательность
 boolean ProcPatternElement.isNextIn(Source source)
          Check next subsequence
 boolean PatternJunk.isNextIn(Source source)
           
 boolean PatternConstant.isNextIn(Source source)
          Check equals next sequence in source to this constant
 void Context.setSource(Source source)
           
 boolean ProcPattern.suspicious(Source source)
          Указывает на то что следующая последовательность вполне может оказаться данным тэгом
 boolean ProcCode.suspicious(Source source)
          Check if next sequence can be parsed with this code.
 



Copyright © 2013. All Rights Reserved.