List of usage examples for org.eclipse.jdt.core.dom TypeDeclarationStatement resolveBinding
public ITypeBinding resolveBinding()
From source file:edu.cmu.cs.crystal.internal.WorkspaceUtilities.java
License:Open Source License
public boolean visit(TypeDeclarationStatement node) { addNewBinding(node.resolveBinding(), node); return true; }