{
ClassEntry classEntry = new ClassEntry( ref.getDeclaringType().getInternalName() );
ConstructorEntry constructorEntry = new ConstructorEntry( classEntry, ref.getSignature() );
if( node.getType() instanceof SimpleType )
{
SimpleType simpleTypeNode = (SimpleType)node.getType();
index.addReference( simpleTypeNode.getIdentifierToken(), constructorEntry, m_behaviorEntry );
}
}
return recurse( node, index );
}