标签: java regex
是否有任何正则表达式与完全限定的java变量匹配?
例如:从以下示例行获取变量名称。
public static final ByteOrder BIG_ENDIAN = ByteOrder.BIG_ENDIAN; ByteOrder order = null;