polyglot.ast
Class Special.Kind

java.lang.Object
  extended by polyglot.util.Enum
      extended by polyglot.ast.Special.Kind
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
Special

public static class Special.Kind
extends Enum

Special expression kind: either "super" or "this".

See Also:
Serialized Form

Constructor Summary
Special.Kind(java.lang.String name)
           
 
Method Summary
 
Methods inherited from class polyglot.util.Enum
equals, hashCode, intern, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Special.Kind

public Special.Kind(java.lang.String name)