A C E F G H L M N P R S T

A

addEntity(Entity) - Static method in class com.stevenrbrandt.ubiq2.v4.pattwo.Pattern
 
appendReplacement(StringBuffer, String) - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.Matcher
 
appendTail(StringBuffer) - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.Matcher
 

C

charAt(int) - Method in interface com.stevenrbrandt.ubiq2.v4.pattwo.CharStream
 
charAt(int) - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.Loader
 
charAt(int) - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.Tester
 
charAtIs(int, char) - Method in interface com.stevenrbrandt.ubiq2.v4.pattwo.CharStream
 
charAtIs(int, char) - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.Loader
 
charAtIs(int, char) - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.Tester
 
CharStream - Interface in com.stevenrbrandt.ubiq2.v4.pattwo
 
com.stevenrbrandt.ubiq2.v4.pattwo - package com.stevenrbrandt.ubiq2.v4.pattwo
 
compile(String) - Static method in class com.stevenrbrandt.ubiq2.v4.pattwo.Pattern
 
createState() - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.PatManyStart
 

E

end() - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.Matcher
 
end(int) - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.Matcher
 
Entity - Class in com.stevenrbrandt.ubiq2.v4.pattwo
 
Entity(String) - Constructor for class com.stevenrbrandt.ubiq2.v4.pattwo.Entity
 

F

find() - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.Matcher
 
find(int) - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.Matcher
 

G

group() - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.Matcher
 
group(int) - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.Matcher
 
groupCount() - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.Matcher
 

H

hitEnd() - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.Matcher
 

L

lengthIs(int) - Method in interface com.stevenrbrandt.ubiq2.v4.pattwo.CharStream
 
lengthIs(int) - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.Loader
Trigger load if greater or equal.
lengthIs(int) - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.Tester
 
lessThanLength(int) - Method in interface com.stevenrbrandt.ubiq2.v4.pattwo.CharStream
 
lessThanLength(int) - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.Loader
Trigger load if greater or equal.
lessThanLength(int) - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.Tester
 
load() - Method in interface com.stevenrbrandt.ubiq2.v4.pattwo.CharStream
 
load() - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.Loader
Load more data into the CharSequence.
load() - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.ReaderStream
This method will be called whenever more characters are needed from the stream.
load() - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.Tester
 
Loader - Class in com.stevenrbrandt.ubiq2.v4.pattwo
 
Loader(CharSequence) - Constructor for class com.stevenrbrandt.ubiq2.v4.pattwo.Loader
 
longerChanges() - Method in interface com.stevenrbrandt.ubiq2.v4.pattwo.CharStream
 
longerChanges() - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.Loader
Since this stream grows to meet needs, then is always false.
longerChanges() - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.Matcher
Detects if a longer match might be able to change the match result.
longerChanges() - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.Tester
 
lookingAt() - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.Matcher
 

M

match(Matcher, PatState) - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.PatManyStart
 
Matcher - Class in com.stevenrbrandt.ubiq2.v4.pattwo
 
Matcher() - Constructor for class com.stevenrbrandt.ubiq2.v4.pattwo.Matcher
 
matcher(CharSequence) - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.Pattern
 
matcher(CharStream) - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.Pattern
Used for matching against an IOStream, etc.
matcher(Reader) - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.Pattern
 
matches() - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.Matcher
 

N

name - Variable in class com.stevenrbrandt.ubiq2.v4.pattwo.Entity
 

P

PatManyStart - Class in com.stevenrbrandt.ubiq2.v4.pattwo
 
PatManyStart() - Constructor for class com.stevenrbrandt.ubiq2.v4.pattwo.PatManyStart
 
PatPos - Class in com.stevenrbrandt.ubiq2.v4.pattwo
 
PatPos() - Constructor for class com.stevenrbrandt.ubiq2.v4.pattwo.PatPos
 
PatState - Class in com.stevenrbrandt.ubiq2.v4.pattwo
 
pattern() - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.Matcher
 
Pattern - Class in com.stevenrbrandt.ubiq2.v4.pattwo
Very similar in function to java.util.regex.Pattern.
Pattern() - Constructor for class com.stevenrbrandt.ubiq2.v4.pattwo.Pattern
 
PatternSyntaxException - Exception in com.stevenrbrandt.ubiq2.v4.pattwo
 
PatternSyntaxException(String) - Constructor for exception com.stevenrbrandt.ubiq2.v4.pattwo.PatternSyntaxException
 
PatternSyntaxException(String, int) - Constructor for exception com.stevenrbrandt.ubiq2.v4.pattwo.PatternSyntaxException
 

R

ReaderStream - Class in com.stevenrbrandt.ubiq2.v4.pattwo
Match a regex against a stream, reading in the minimum number of characters necessary.
ReaderStream(StringBuffer, Reader) - Constructor for class com.stevenrbrandt.ubiq2.v4.pattwo.ReaderStream
 
replaceAll(String) - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.Matcher
 
replaceFirst(String) - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.Matcher
 
reset() - Method in interface com.stevenrbrandt.ubiq2.v4.pattwo.CharStream
 
reset() - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.Loader
Reset not meaningful.
reset() - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.Matcher
 
reset() - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.Tester
 

S

start() - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.Matcher
 
start(int) - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.Matcher
 
subSequence(int, int) - Method in interface com.stevenrbrandt.ubiq2.v4.pattwo.CharStream
 
subSequence(int, int) - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.Loader
 
subSequence(int, int) - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.Tester
 

T

Tester - Class in com.stevenrbrandt.ubiq2.v4.pattwo
 
Tester(CharSequence) - Constructor for class com.stevenrbrandt.ubiq2.v4.pattwo.Tester
 
toString() - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.Entity
 
toString() - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.PatManyStart
 
toString() - Method in class com.stevenrbrandt.ubiq2.v4.pattwo.Pattern
 
toString(Vector<PatElem>) - Static method in class com.stevenrbrandt.ubiq2.v4.pattwo.Pattern
 
toString(PatElem[]) - Static method in class com.stevenrbrandt.ubiq2.v4.pattwo.Pattern
 

A C E F G H L M N P R S T