| Package | Description |
|---|---|
| sharpen.core.csharp.ast |
| Modifier and Type | Field and Description |
|---|---|
protected CSVisibility |
CSMember._visibility |
| Modifier and Type | Method and Description |
|---|---|
static CSVisibility |
CSVisibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CSVisibility[] |
CSVisibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
CSVisibility |
CSMember.visibility() |
| Modifier and Type | Method and Description |
|---|---|
void |
CSMember.visibility(CSVisibility visibility) |
| Constructor and Description |
|---|
CSConstructor(CSVisibility visibility) |
CSField(String name,
CSTypeReferenceExpression type,
CSVisibility visibility) |
CSField(String name,
CSTypeReferenceExpression type,
CSVisibility visibility,
CSExpression initializer) |
Copyright © 2014. All Rights Reserved.