This may sound dumb, but what does $ mean in Java? I have searched and searched for an answer but can't come up with anything.

What is the difference between this.myProperty and this.$.myProperty?

What would be the significance the following line?
private MyScript$Type(String name) {

What about in a class name? : MyScript$Type.class