summaryrefslogtreecommitdiff
path: root/src/proguard/classfile/Clazz.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/proguard/classfile/Clazz.java')
-rw-r--r--src/proguard/classfile/Clazz.java7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/proguard/classfile/Clazz.java b/src/proguard/classfile/Clazz.java
index 35f8a1c..a055752 100644
--- a/src/proguard/classfile/Clazz.java
+++ b/src/proguard/classfile/Clazz.java
@@ -2,7 +2,7 @@
* ProGuard -- shrinking, optimization, obfuscation, and preverification
* of Java bytecode.
*
- * Copyright (c) 2002-2013 Eric Lafortune (eric@graphics.cornell.edu)
+ * Copyright (c) 2002-2014 Eric Lafortune (eric@graphics.cornell.edu)
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
@@ -91,6 +91,11 @@ public interface Clazz extends VisitorAccepter
public String getType(int constantIndex);
/**
+ * Returns the class name of the RefConstant at the specified index.
+ */
+ public String getRefClassName(int constantIndex);
+
+ /**
* Returns the name of the RefConstant at the specified index.
*/
public String getRefName(int constantIndex);