polyglot.util
Interface Internable

All Known Implementing Classes:
Assign.Operator, Binary.Operator, Branch.Kind, ClassType.Kind, ConstructorCall.Kind, Context_c.Kind, Enum, FloatLit.Kind, Import.Kind, IntLit.Kind, Precedence, PrimitiveType.Kind, Special.Kind, Unary.Operator

public interface Internable

An Internable object. intern() is called during deserialization.


Method Summary
 java.lang.Object intern()
           
 

Method Detail

intern

java.lang.Object intern()