net.sourceforge.plantuml.command.regex
Class RegexConcat

java.lang.Object
  extended by net.sourceforge.plantuml.command.regex.RegexComposed
      extended by net.sourceforge.plantuml.command.regex.RegexConcat
All Implemented Interfaces:
IRegex

public class RegexConcat
extends RegexComposed
implements IRegex


Constructor Summary
RegexConcat(IRegex... partial)
           
 
Method Summary
protected  Pattern getFull()
           
 
Methods inherited from class net.sourceforge.plantuml.command.regex.RegexComposed
count, createPartialMatch, getPartials, getPattern, getStartCount, match, matcher
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.plantuml.command.regex.IRegex
count, createPartialMatch, getPattern
 

Constructor Detail

RegexConcat

public RegexConcat(IRegex... partial)
Method Detail

getFull

protected Pattern getFull()
Specified by:
getFull in class RegexComposed


Copyright © 2014. All Rights Reserved.