Obfuscation is going through (or having a program go through) and scramble the release version of your code's variables, method names, class names, comments, etc. so that it's hard to figure out what it does. The code itself remains functionally the same.
AFAIK everything's name in the code...