Class JRBaseQueryChunk

    • Field Detail

      • type

        protected byte type
      • text

        protected java.lang.String text
      • tokens

        protected java.lang.String[] tokens
      • tokenSeparator

        protected java.lang.Character tokenSeparator
    • Constructor Detail

      • JRBaseQueryChunk

        protected JRBaseQueryChunk()
    • Method Detail

      • getText

        public java.lang.String getText()
        Specified by:
        getText in interface JRQueryChunk
      • getTokens

        public java.lang.String[] getTokens()
        Description copied from interface: JRQueryChunk
        Returns the chunk tokens for clause chunks.
        Specified by:
        getTokens in interface JRQueryChunk
        Returns:
        the chunk tokens
      • getTokenSeparator

        public java.lang.Character getTokenSeparator()
        Description copied from interface: JRQueryChunk
        Returns the chunk tokens separator character for clause chunks.
        Specified by:
        getTokenSeparator in interface JRQueryChunk
        Returns:
        the chunk tokens separator character
      • clone

        public java.lang.Object clone()
        Specified by:
        clone in interface JRCloneable
        Overrides:
        clone in class java.lang.Object