Uses of Class
fr.umlv.tatoo.cc.lexer.charset.CharacterInterval

Packages that use CharacterInterval
fr.umlv.tatoo.cc.lexer.charset   
fr.umlv.tatoo.cc.lexer.regex   
fr.umlv.tatoo.cc.lexer.regex.pattern   
 

Uses of CharacterInterval in fr.umlv.tatoo.cc.lexer.charset
 

Fields in fr.umlv.tatoo.cc.lexer.charset with type parameters of type CharacterInterval
static Comparator<CharacterInterval> CharacterSet.LEXICO
           
 

Methods in fr.umlv.tatoo.cc.lexer.charset that return CharacterInterval
 CharacterInterval CharacterInterval.inter(CharacterInterval interval)
           
 CharacterInterval CharacterInterval.join(CharacterInterval interval)
           
 

Methods in fr.umlv.tatoo.cc.lexer.charset that return types with arguments of type CharacterInterval
 List<CharacterInterval> CharacterSet.getList()
           
 

Methods in fr.umlv.tatoo.cc.lexer.charset with parameters of type CharacterInterval
 CharacterInterval CharacterInterval.inter(CharacterInterval interval)
           
 CharacterInterval CharacterInterval.join(CharacterInterval interval)
           
 boolean CharacterInterval.joinable(CharacterInterval interval)
           
 

Constructor parameters in fr.umlv.tatoo.cc.lexer.charset with type arguments of type CharacterInterval
CharacterSet(List<CharacterInterval> list)
           
CharacterSet(List<CharacterInterval> intervalList, boolean negate, Encoding encoding)
           
 

Uses of CharacterInterval in fr.umlv.tatoo.cc.lexer.regex
 

Method parameters in fr.umlv.tatoo.cc.lexer.regex with type arguments of type CharacterInterval
static Regex RegexFactory.createSet(boolean negate, List<CharacterInterval> intervals, Encoding encoding)
           
static Regex RegexFactory.leaf(List<CharacterInterval> intervalList, boolean negate, Encoding encoding)
           
 

Uses of CharacterInterval in fr.umlv.tatoo.cc.lexer.regex.pattern
 

Methods in fr.umlv.tatoo.cc.lexer.regex.pattern that return CharacterInterval
 CharacterInterval RegexGrammarEvaluator.intervalSet(char specialOrIntervalLetter, char specialOrIntervalLetter2)
           
 CharacterInterval RegexGrammarEvaluator.intervalSingleton(char specialOrIntervalLetter)
           
 

Methods in fr.umlv.tatoo.cc.lexer.regex.pattern that return types with arguments of type CharacterInterval
 ArrayList<CharacterInterval> RegexGrammarEvaluator.interval(CharacterInterval interval)
           
 ArrayList<CharacterInterval> RegexGrammarEvaluator.intervals(ArrayList<CharacterInterval> intervals, CharacterInterval interval)
           
 

Methods in fr.umlv.tatoo.cc.lexer.regex.pattern with parameters of type CharacterInterval
 ArrayList<CharacterInterval> RegexGrammarEvaluator.interval(CharacterInterval interval)
           
 ArrayList<CharacterInterval> RegexGrammarEvaluator.intervals(ArrayList<CharacterInterval> intervals, CharacterInterval interval)
           
 

Method parameters in fr.umlv.tatoo.cc.lexer.regex.pattern with type arguments of type CharacterInterval
 ArrayList<CharacterInterval> RegexGrammarEvaluator.intervals(ArrayList<CharacterInterval> intervals, CharacterInterval interval)
           
 Regex RegexGrammarEvaluator.regexInterval(ArrayList<CharacterInterval> intervals)
           
 Regex RegexGrammarEvaluator.regexIntervalNegate(ArrayList<CharacterInterval> intervals)