Class TokenBase


  • abstract class TokenBase
    extends java.lang.Object
    Base class for the Token class generated by JavaCC.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int beginOffset
      beginOffset and endOffset are useful for siphoning substrings out of the Statement so that we can recompile the substrings at upgrade time.
      (package private) int endOffset
      beginOffset and endOffset are useful for siphoning substrings out of the Statement so that we can recompile the substrings at upgrade time.
    • Constructor Summary

      Constructors 
      Constructor Description
      TokenBase()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • beginOffset

        int beginOffset
        beginOffset and endOffset are useful for siphoning substrings out of the Statement so that we can recompile the substrings at upgrade time. For instance, VIEW definitions and the Restrictions on Published Tables need to be recompiled at upgrade time.
      • endOffset

        int endOffset
        beginOffset and endOffset are useful for siphoning substrings out of the Statement so that we can recompile the substrings at upgrade time. For instance, VIEW definitions and the Restrictions on Published Tables need to be recompiled at upgrade time.
    • Constructor Detail

      • TokenBase

        TokenBase()