|
JIVE Platform Release 0.2.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContourMember
A member of a contour. Each member has an entry that contains three fields: name, type, and value.
| Nested Class Summary | |
|---|---|
static interface |
ContourMember.Exporter
A reverse-builder for contour members. |
static interface |
ContourMember.Importer
A builder for contour members. |
static interface |
ContourMember.InnerClass
An inner class declaration within a contour. |
static interface |
ContourMember.MethodDeclaration
A method declaration member within a contour. |
static interface |
ContourMember.Variable
A variable declaration member within a contour. |
static interface |
ContourMember.Visitor
Visit any member. |
| Method Summary | |
|---|---|
Object |
accept(ContourMember.Visitor visitor,
Object arg)
Accept a visitor |
String |
name()
Get the name of this member entry, as a string. |
Type |
type()
Get the type of this member entry, as a string. |
Value |
value()
Get the value stored in this member. |
| Method Detail |
|---|
String name()
Type type()
Value value()
Object accept(ContourMember.Visitor visitor,
Object arg)
visitor - the visitorarg - the visitor argument
|
JIVE Platform Release 0.2.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||