| Package | Description |
|---|---|
| sharpen.core.csharp.ast |
| Modifier and Type | Class and Description |
|---|---|
class |
CSClass |
class |
CSConstructor |
class |
CSDelegate |
class |
CSDestructor |
class |
CSEnum |
class |
CSEvent |
class |
CSField |
class |
CSInterface |
class |
CSMetaMember |
class |
CSMethod |
class |
CSMethodBase |
class |
CSProperty |
class |
CSStruct |
class |
CSType |
class |
CSTypeDeclaration |
class |
CSTypedMember |
| Modifier and Type | Field and Description |
|---|---|
protected List<CSMember> |
CSTypeDeclaration._members |
| Modifier and Type | Method and Description |
|---|---|
CSMember |
CSTypeDeclaration.getMember(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<CSMember> |
CSTypeDeclaration.members() |
| Modifier and Type | Method and Description |
|---|---|
void |
CSTypeDeclaration.addMember(CSMember member) |
static CSReferenceExpression |
CSharpCode.newReference(CSMember member) |
Copyright © 2014. All Rights Reserved.