Uses of Class
xtc.parser.Predicate

Packages that use Predicate
xtc.parser   
 

Uses of Predicate in xtc.parser
 

Subclasses of Predicate in xtc.parser
 class FollowedBy
          A followed-by predicate.
 class NotFollowedBy
          A not-followed-by predicate.
 class SemanticPredicate
          A semantic predicate.
 

Methods in xtc.parser with parameters of type Predicate
 Element GrammarVisitor.visit(Predicate p)
          Visit the specified predicate.
 void TextTester.visit(Predicate p)
          Visit the specified predicate.
 java.lang.Integer CostEstimator.visit(Predicate p)
          Visit the specified predicate.
 Element PrefixFolder.visit(Predicate p)
          Visit the specified predicate.
 void Resolver.visit(Predicate p)
          Analyze the specified predicate.
 Element ElementVoider.visit(Predicate p)
          Visit the specified predicate.
 Element TerminalOptimizer.visit(Predicate p)
          Visit the specified predicate.
 Element Transformer.Lifter.visit(Predicate p)
          Visit the specified predicate.
 



Copyright © 2012. All Rights Reserved.