jltools.ast
Class ConstructorCall.Kind

java.lang.Object
  |
  +--jltools.util.Enum
        |
        +--jltools.ast.ConstructorCall.Kind
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ConstructorCall

public static class ConstructorCall.Kind
extends Enum

Constructor call kind: either "super" or "this".

See Also:
Serialized Form

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

Constructor Detail

ConstructorCall.Kind

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