Uses of Class
xtc.parser.CharCase

Packages that use CharCase
xtc.parser   
 

Uses of CharCase in xtc.parser
 

Fields in xtc.parser with type parameters of type CharCase
 java.util.List<CharCase> CharSwitch.cases
          The list of character cases.
 

Methods in xtc.parser that return CharCase
 CharCase CharSwitch.hasCase(CharClass klass)
          Determine whether this character switch has a character case for the specified character class.
 CharCase GrammarVisitor.visit(CharCase c)
          Visit the specified character case.
 CharCase Copier.visit(CharCase c)
          Copy the specified character case.
 

Methods in xtc.parser with parameters of type CharCase
 CharCase GrammarVisitor.visit(CharCase c)
          Visit the specified character case.
 void TextTester.visit(CharCase c)
          Visit the specified character case.
 void MetaDataSetter.visit(CharCase c)
          Analyze the specified character case.
 void PrettyPrinter.visit(CharCase c)
          Print the specified character case.
 java.lang.Integer CostEstimator.visit(CharCase c)
          Visit the specified character case.
 CharCase Copier.visit(CharCase c)
          Copy the specified character case.
 void TreeExtractor.visit(CharCase c)
          Visit the specified character case.
 void Tokenizer.Tester.visit(CharCase c)
          Visit the specified character case.
 

Constructor parameters in xtc.parser with type arguments of type CharCase
CharSwitch(java.util.List<CharCase> cases)
          Create a new character switch element.
CharSwitch(java.util.List<CharCase> cases, Element base)
          Create a new character switch element.
 



Copyright © 2012. All Rights Reserved.