polyglot.ast
Class Assign.Operator

java.lang.Object
  extended bypolyglot.util.Enum
      extended bypolyglot.ast.Assign.Operator
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Assign

public static class Assign.Operator
extends Enum

Assignment operator.

See Also:
Serialized Form

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

Constructor Detail

Assign.Operator

public Assign.Operator(java.lang.String name)