Package | Description |
---|---|
org.apache.openjpa.persistence.jest |
Modifier and Type | Method and Description |
---|---|
(package private) TokenReplacedStream.Pattern |
TokenReplacedStream.matched(TokenReplacedStream.Pattern... patterns)
Gets the pattern if any in matched state
|
Modifier and Type | Method and Description |
---|---|
(package private) int |
TokenReplacedStream.match(char c,
TokenReplacedStream.Pattern... patterns)
Match the given character to all patterns and return the index of highest match.
|
(package private) TokenReplacedStream.Pattern |
TokenReplacedStream.matched(TokenReplacedStream.Pattern... patterns)
Gets the pattern if any in matched state
|
(package private) void |
TokenReplacedStream.reset(TokenReplacedStream.Pattern... patterns)
Resets all the patterns.
|
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.