Uses of Class
org.gjt.sp.jedit.syntax.ParserRule
Packages that use ParserRule
-
Uses of ParserRule in org.gjt.sp.jedit.syntax
Fields in org.gjt.sp.jedit.syntax declared as ParserRuleModifier and TypeFieldDescriptionfinal ParserRuleParserRule.escapeRuleescapeRule is the rule-specific sequence used to escape other characters while the rule is in effect.TokenMarker.LineContext.escapeRuleTokenMarker.LineContext.inRuleMethods in org.gjt.sp.jedit.syntax that return ParserRuleModifier and TypeMethodDescriptionstatic ParserRuleParserRule.createEOLSpanRule(int posMatch, String seq, ParserRuleSet delegate, byte id, byte matchType) static ParserRuleParserRule.createEscapeRule(String seq) static ParserRuleParserRule.createMarkFollowingRule(int posMatch, String seq, byte id, byte matchType) static ParserRuleParserRule.createMarkPreviousRule(int posMatch, String seq, byte id, byte matchType) static ParserRuleParserRule.createRegexpEOLSpanRule(int posMatch, char[] hashChars, String seq, ParserRuleSet delegate, byte id, byte matchType, boolean ignoreCase) static ParserRuleParserRule.createRegexpEOLSpanRule(String hashChar, int posMatch, String seq, ParserRuleSet delegate, byte id, byte matchType, boolean ignoreCase) static ParserRuleParserRule.createRegexpSequenceRule(int posMatch, char[] hashChars, String seq, ParserRuleSet delegate, byte id, boolean ignoreCase) static ParserRuleParserRule.createRegexpSequenceRule(String hashChar, int posMatch, String seq, ParserRuleSet delegate, byte id, boolean ignoreCase) static ParserRuleParserRule.createRegexpSpanRule(int startPosMatch, char[] hashChars, String start, int endPosMatch, String end, ParserRuleSet delegate, byte id, byte matchType, boolean noLineBreak, boolean noWordBreak, boolean ignoreCase, String escape, boolean endRegexp) static ParserRuleParserRule.createRegexpSpanRule(String hashChar, int startPosMatch, String start, int endPosMatch, String end, ParserRuleSet delegate, byte id, byte matchType, boolean noLineBreak, boolean noWordBreak, boolean ignoreCase, String escape, boolean endRegexp) static ParserRuleParserRule.createSequenceRule(int posMatch, String seq, ParserRuleSet delegate, byte id) static ParserRuleParserRule.createSpanRule(int startPosMatch, String start, int endPosMatch, String end, ParserRuleSet delegate, byte id, byte matchType, boolean noLineBreak, boolean noWordBreak, String escape) ParserRuleSet.getEscapeRule()Methods in org.gjt.sp.jedit.syntax that return types with arguments of type ParserRuleMethods in org.gjt.sp.jedit.syntax with parameters of type ParserRuleModifier and TypeMethodDescriptionvoidParserRuleSet.addRule(ParserRule parserRule) voidParserRuleSet.setEscapeRule(ParserRule escapeRule) voidTokenMarker.LineContext.setInRule(ParserRule rule) Sets the current rule being processed and adjusts the escape rule for the context based on the rule.