Package antlr.debug

Class NewLineEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class NewLineEvent
    extends Event
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      NewLineEvent​(java.lang.Object source)  
      NewLineEvent​(java.lang.Object source, int line)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getLine()  
      (package private) void setLine​(int line)  
      (package private) void setValues​(int line)
      This should NOT be called from anyone other than ParserEventSupport!
      java.lang.String toString()  
      • Methods inherited from class java.util.EventObject

        getSource
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NewLineEvent

        public NewLineEvent​(java.lang.Object source)
      • NewLineEvent

        public NewLineEvent​(java.lang.Object source,
                            int line)
    • Method Detail

      • getLine

        public int getLine()
      • setLine

        void setLine​(int line)
      • setValues

        void setValues​(int line)
        This should NOT be called from anyone other than ParserEventSupport!
        Overrides:
        setValues in class Event
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.util.EventObject