示例#1
0
 @Override
 public void visitType(Type type) {
   m_currentType = type.getId();
   super.visitType(type);
 }