程序包 proguard.io

类 DataEntryToken


  • public class DataEntryToken
    extends java.lang.Object
    Represents a character sequence that is part of a DataEntry and that has a certain meaning denoted by its DataEntryTokenType.
    • 方法概要

      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • DataEntryToken

        public DataEntryToken​(java.lang.String string,
                              DataEntryTokenType type)