You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2012/10/14 02:26:03 UTC

svn commit: r1397978 - /tomcat/trunk/java/org/apache/tomcat/util/bcel/Constants.java

Author: markt
Date: Sun Oct 14 00:26:02 2012
New Revision: 1397978

URL: http://svn.apache.org/viewvc?rev=1397978&view=rev
Log:
UCDetector

Modified:
    tomcat/trunk/java/org/apache/tomcat/util/bcel/Constants.java

Modified: tomcat/trunk/java/org/apache/tomcat/util/bcel/Constants.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/bcel/Constants.java?rev=1397978&r1=1397977&r2=1397978&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/bcel/Constants.java (original)
+++ tomcat/trunk/java/org/apache/tomcat/util/bcel/Constants.java Sun Oct 14 00:26:02 2012
@@ -41,10 +41,6 @@ public interface Constants {
    */
   public static final short ACC_ANNOTATION   = 0x2000;
 
-  /** One of the access flags for fields, methods, or classes.
-   */
-  public static final short ACC_ENUM         = 0x4000;
-
   /** Marks a constant pool entry as type UTF-8.  */
   public static final byte CONSTANT_Utf8               = 1;
 
@@ -96,24 +92,6 @@ public interface Constants {
     "CONSTANT_NameAndType", "CONSTANT_MethodHandle",
     "CONSTANT_MethodType", "CONSTANT_InvokeDynamic" };
 
-  /** Illegal opcode. */
-  public static final short  UNDEFINED      = -1;
-  /** Illegal opcode. */
-  public static final short  UNPREDICTABLE  = -2;
-  /** Illegal opcode. */
-  public static final short  RESERVED       = -3;
-  /** Mnemonic for an illegal opcode. */
-  public static final String ILLEGAL_OPCODE = "<illegal opcode>";
-  /** Mnemonic for an illegal type. */
-  public static final String ILLEGAL_TYPE   = "<illegal type>";
-
-  /** Byte data type. */
-  public static final byte T_BYTE    = 8;
-  /** Short data type. */
-  public static final byte T_SHORT   = 9;
-  /** Int data type. */
-  public static final byte T_INT     = 10;
-
 
   /** Attributes and their corresponding names.
    */



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org