public class CSVariableDeclaration extends CSNode
UNKNOWN_START_POSITION| Constructor and Description |
|---|
CSVariableDeclaration(String name,
CSTypeReferenceExpression type) |
CSVariableDeclaration(String name,
CSTypeReferenceExpression type,
CSExpression initializer) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(CSVisitor visitor) |
CSExpression |
initializer() |
void |
initializer(CSExpression initializer) |
String |
name() |
void |
name(String name) |
CSTypeReferenceExpression |
type() |
void |
type(CSTypeReferenceExpression type) |
addEnclosingIfDef, enclosingIfDefs, parent, parent, startPosition, startPositionpublic CSVariableDeclaration(String name, CSTypeReferenceExpression type)
public CSVariableDeclaration(String name, CSTypeReferenceExpression type, CSExpression initializer)
public CSTypeReferenceExpression type()
public void type(CSTypeReferenceExpression type)
public String name()
public void initializer(CSExpression initializer)
public CSExpression initializer()
public void name(String name)
Copyright © 2014. All Rights Reserved.