JIVE Platform
Release 0.3.1

edu.bsu.cs.jive.contour
Interface Value.Encoded

All Superinterfaces:
Value
Enclosing interface:
Value

public static interface Value.Encoded
extends Value

A value that is described as text.


Nested Class Summary
 
Nested classes/interfaces inherited from interface edu.bsu.cs.jive.contour.Value
Value.ContourReference, Value.Encoded, Value.InnerClassDefinition, Value.MethodDefinition, Value.Null, Value.Uninitialized, Value.Visitor
 
Method Summary
 String toString()
          Get the text description of this encoded value
 
Methods inherited from interface edu.bsu.cs.jive.contour.Value
accept
 

Method Detail

toString

String toString()
Get the text description of this encoded value

Overrides:
toString in class Object
Returns:
text description of this encoded value
See Also:
Object.toString()

JIVE Platform
Release 0.3.1