All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.anysoft.util.textdotter.TextDotterItem Maven / Gradle / Ivy

There is a newer version: 1.6.17
Show newest version
package com.anysoft.util.textdotter;


/**
 * 点缀项目
 * @author szduanyy
 *
 */
public class TextDotterItem {
	/**
	 * 正则表达式
	 */
	public String Expr;
	
	/**
	 * 解析器标记
	 */
	public int Flags;
	
	/**
	 * ClassName
	 */
	public String ClassName;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy