Home | History | Annotate | Download | only in analysis

Lines Matching refs:SemanticContext

233 		if ( c.semanticContext!=SemanticContext.EMPTY_SEMANTIC_CONTEXT ) {
262 SemanticContext semanticContext)
267 semanticContext);
659 Set<SemanticContext> synpreds = new HashSet<SemanticContext>();
662 SemanticContext gatedPredExpr =
663 configuration.semanticContext.getGatedPredicateContext();
666 configuration.semanticContext.isSyntacticPredicate() )
668 synpreds.add(configuration.semanticContext);
703 public SemanticContext getGatedPredicatesInNFAConfigurations() {
704 SemanticContext unionOfPredicatesFromAllAlts = null;
708 SemanticContext gatedPredExpr =
709 configuration.semanticContext.getGatedPredicateContext();
716 else if ( acceptState || !configuration.semanticContext.isSyntacticPredicate() ) {
727 SemanticContext.or(unionOfPredicatesFromAllAlts,gatedPredExpr);
731 if ( unionOfPredicatesFromAllAlts instanceof SemanticContext.TruePredicate ) {