public class CSharpCode extends Object
| Constructor and Description |
|---|
CSharpCode() |
| Modifier and Type | Method and Description |
|---|---|
static CSExpression |
newAssignment(CSExpression lhs,
CSExpression rhs) |
static CSField |
newPrivateReadonlyField(String name,
CSTypeReferenceExpression type) |
static CSConstructor |
newPublicConstructor() |
static CSReferenceExpression |
newReference(CSMember member) |
public static CSField newPrivateReadonlyField(String name, CSTypeReferenceExpression type)
public static CSConstructor newPublicConstructor()
public static CSReferenceExpression newReference(CSMember member)
public static CSExpression newAssignment(CSExpression lhs, CSExpression rhs)
Copyright © 2014. All Rights Reserved.