Class Matcher2
java.lang.Object
net.sourceforge.plantuml.command.regex.Matcher2
public class Matcher2
extends java.lang.Object
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
build
-
matches
public boolean matches() -
group
public java.lang.String group(int n) -
group
public java.lang.String group() -
groupCount
public int groupCount() -
find
public boolean find() -
end
public int end() -
start
public int start()
-