Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.apache.oro.text.awk

Class Summary
AwkCompiler The AwkCompiler class is used to create compiled regular expressions conforming to the Awk regular expression syntax.
AwkMatcher The AwkMatcher class is used to match regular expressions (conforming to the Awk regular expression syntax) generated by AwkCompiler.
AwkMatchResult A class used to store and access the results of an AwkPattern match.
AwkPattern An implementation of the Pattern interface for Awk regular expressions.
AwkStreamInput The AwkStreamInput class is used to look for pattern matches in an input stream (actually a java.io.Reader instance) in conjunction with the AwkMatcher class.
CatNode  
CharacterClassNode  
DFAState  
EpsilonNode  
LeafNode  
NegativeCharacterClassNode  
OrNode  
PlusNode  
QuestionNode  
StarNode  
SyntaxNode  
SyntaxTree  
TokenNode