return VariableNode.factory.name_(_name);
}
public VariableDeclarationNode parseVariableDeclaration() {
final String _varName;
TypeNode _type;
int _wsWidth;
final int _start;
_start = st.gravel.support.jvm.ReadStreamExtensions.position(_stream);
_varName = this.parseIdentifier();
this.eatWhitespace();