Package proguard.io

Class DataEntryTokenizer


  • public class DataEntryTokenizer
    extends java.lang.Object
    This class breaks up the character data read from a given Reader into DataEntryTokens. It distinguishes character sequences that can be interpreted as valid Java identifiers from other character sequences.
    • Constructor Detail

      • DataEntryTokenizer

        public DataEntryTokenizer​(java.io.Reader reader)
    • Method Detail

      • nextToken

        public DataEntryToken nextToken()
                                 throws java.io.IOException
        Throws:
        java.io.IOException