Class ParseContext

java.lang.Object
gov.nyc.doitt.gis.geoclient.parser.ParseContext

public class ParseContext extends Object
This class is not thread-safe.
Author:
mlipper
  • Constructor Details

    • ParseContext

      public ParseContext(Input input)
  • Method Details

    • currentChunkText

      public String currentChunkText()
    • isParsed

      public boolean isParsed()
    • setParsed

      public void setParsed(boolean parsed)
    • setCurrent

      public void setCurrent(Chunk chunk)
    • getCurrent

      public Chunk getCurrent()
    • add

      public void add(Chunk chunk)
    • getChunks

      public List<Chunk> getChunks()
    • getTokens

      public List<Token> getTokens()