Class CharReferenceMap<T>

java.lang.Object
org.pipservices3.expressions.tokenizers.utilities.CharReferenceMap<T>

public class CharReferenceMap<T> extends Object
This class keeps references associated with specific characters
  • Constructor Details

    • CharReferenceMap

      public CharReferenceMap()
  • Method Details

    • addDefaultInterval

      public void addDefaultInterval(T reference) throws Exception
      Throws:
      Exception
    • addInterval

      public void addInterval(int start, int end, T reference) throws Exception
      Throws:
      Exception
    • clear

      public void clear()
    • lookup

      public T lookup(int symbol)