JIVE Platform
Release 0.2.2

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

All Superinterfaces:
Value
Enclosing interface:
Value

public static interface Value.MethodDefinition
extends Value

The value of a method declaration in the contour model.

The "value" of a method is, semantically, its definition. However, this is unwieldy to include in the member table of a contour. Hence, the value is abstracted to be "something" that shows up in the member table, usually "methodname.cf" (cf for contour format).


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
 
Methods inherited from interface edu.bsu.cs.jive.contour.Value
accept
 


JIVE Platform
Release 0.2.2