Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

return class name java

Try using this this.getClass().getCanonicalName() or this.getClass().getSimpleName().
 If it's an anonymous class, use this.getClass().getSuperclass().getName()
 
PREVIOUS NEXT
Tagged: #return #class #java
ADD COMMENT
Topic
Name
5+5 =