Class UnknownSymbolicChar

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean is​(char ch)
      Yields true if and only if this symbolic character represent the given concrete one.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • is

        public boolean is​(char ch)
        Description copied from class: SymbolicChar
        Yields true if and only if this symbolic character represent the given concrete one.
        Overrides:
        is in class SymbolicChar
        Parameters:
        ch - the character
        Returns:
        true if that condition holds