Uses of Class
org.javacc.parser.RegularExpression
Packages that use RegularExpression
Package
Description
Generates BNF documentation from a grammar.
A grammar and lexer generator.
-
Uses of RegularExpression in org.javacc.jjdoc
Methods in org.javacc.jjdoc with parameters of type RegularExpressionModifier and TypeMethodDescriptionprivate static voidJJDoc.emitExpansionRegularExpression(RegularExpression r, Generator gen, JJDocContext context) static StringJJDoc.emitRE(RegularExpression re, JJDocContext context) voidBNFGenerator.reEnd(RegularExpression r) voidGenerator.reEnd(RegularExpression re) Output end of regular expression.voidHTMLGenerator.reEnd(RegularExpression r) voidJCCGenerator.reEnd(RegularExpression re) voidTextGenerator.reEnd(RegularExpression r) Output end of regular expression.voidXTextGenerator.reEnd(RegularExpression r) voidBNFGenerator.reStart(RegularExpression r) voidGenerator.reStart(RegularExpression re) Output start of regular expression.voidHTMLGenerator.reStart(RegularExpression r) voidJCCGenerator.reStart(RegularExpression re) voidTextGenerator.reStart(RegularExpression r) Output start of regular expression.voidXTextGenerator.reStart(RegularExpression r) -
Uses of RegularExpression in org.javacc.parser
Subclasses of RegularExpression in org.javacc.parserModifier and TypeClassDescriptionclassDescribes character lists.classDescribes regular expressions which are choices from from among included regular expressions.classDescribes the EOF regular expressionclassDescribes regular expressions which are referred to just by their name.classDescribes one-or-more regular expressions (invalid input: '<'foo+>).classDescribes one-or-more regular expressions (invalid input: '<'foo+>).classDescribes regular expressions which are sequences of other regular expressions.classDescribes string literals.classDescribes zero-or-more regular expressions (invalid input: '<'foo*>).classDescribes zero-or-one regular expressions (invalid input: '<'foo?>).Fields in org.javacc.parser declared as RegularExpressionModifier and TypeFieldDescription(package private) RegularExpressionLexerContext.curREprivate static RegularExpressionSemanticize.other(package private) RegularExpressionRJustName.regexpr"regexpr" points to the regular expression denoted by the name.ROneOrMore.regexprThe regular expression which is repeated one or more times.RRepetitionRange.regexprThe regular expression which is repeated one or more times.RZeroOrMore.regexprThe regular expression which is repeated zero or more times.RZeroOrOne.regexprThe regular expression which is repeated zero or one times.RegExprSpec.rexpThe regular expression of this specification.private RegularExpression[]LexGen.rexprsprivate RegularExpressionSemanticize.FixRJustNames.rootFields in org.javacc.parser with type parameters of type RegularExpressionModifier and TypeFieldDescriptionprivate List<RegularExpression> RChoice.choicesThe list of choices of this regular expression.(package private) final Map<String, RegularExpression> JavaCCGlobals.named_tokens_tableThis is a symbol table that contains all named tokens (those that are defined with a label).final List<RegularExpression> JavaCCGlobals.ordered_named_tokensContains the same entries as "named_tokens_table", but this is an ordered list which is ordered by the order of appearance in the input file.final Map<Integer, RegularExpression> JavaCCGlobals.rexps_of_tokensA mapping of ordinal values (represented as objects of type "Integer") to the corresponding RegularExpression's.JavaCCGlobals.simple_tokens_tableThis is a three-level symbol table that contains all simple tokens (those that are defined using a single string (with or without a label).RSequence.unitsThe list of units in this regular expression sequence.Methods in org.javacc.parser that return types with arguments of type RegularExpressionMethods in org.javacc.parser with parameters of type RegularExpressionModifier and TypeMethodDescriptionprotected voidJavaCCParserInternals.add_inline_regexpr(RegularExpression r) private static booleanSemanticize.rexpWalk(RegularExpression rexp, Context context) Method parameters in org.javacc.parser with type arguments of type RegularExpressionModifier and TypeMethodDescriptionfinal voidJavaCCParser.complex_regular_expression(Container<RegularExpression> c1) final voidJavaCCParser.complex_regular_expression_choices(Container<RegularExpression> c1) final voidJavaCCParser.complex_regular_expression_unit(Container<RegularExpression> c) private static booleanSemanticize.hasIgnoreCase(Hashtable<String, RegularExpression> table, String str) final voidJavaCCParser.regular_expression(Container<RegularExpression> c) voidRChoice.setChoices(List<RegularExpression> choices) Constructors in org.javacc.parser with parameters of type RegularExpressionModifierConstructorDescription(package private)ROneOrMore(Token t, RegularExpression re) (package private)Constructor parameters in org.javacc.parser with type arguments of type RegularExpression