All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.javacc.parser.CharacterRange.html Maven / Gradle / Ivy

There is a newer version: 7.0.13
Show newest version





CharacterRange











org.javacc.parser

Class CharacterRange

  • java.lang.Object
    • org.javacc.parser.CharacterRange


  • public class CharacterRange
    extends java.lang.Object
    Describes character range descriptors in a character list.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      char getLeft() 
      char getRight() 
      void setLeft(char left) 
      void setRight(char right) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • setLeft

        public void setLeft(char left)
        Parameters:
        left - the left to set
      • getLeft

        public char getLeft()
        Returns:
        the left
      • setRight

        public void setRight(char right)
        Parameters:
        right - the right to set
      • getRight

        public char getRight()
        Returns:
        the right




© 2015 - 2024 Weber Informatics LLC | Privacy Policy