public class Parser extends Object
protected Matcher
matcher
protected String
regex
Parser(String regex)
List<String>
getGroups()
static void
main(String[] args)
boolean
matches(String target)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected String regex
protected Matcher matcher
public Parser(String regex)
public static void main(String[] args)
public boolean matches(String target)
public List<String> getGroups()
Copyright © 2016. All rights reserved.