List of usage examples for org.eclipse.jdt.core.dom VariableDeclarationStatement getNodeType
public final int getNodeType()
From source file:simpack.util.tree.visitor.ast.JavaASTStructureTransformer.java
License:LGPL
public boolean visit(VariableDeclarationStatement node) { push(node.getNodeType(), node.toString()); return false; }