类 SemanticContext.NOT

    • 方法详细资料

      • genExpr

        public org.stringtemplate.v4.ST genExpr​(CodeGenerator generator,
                                                org.stringtemplate.v4.STGroup templates,
                                                DFA dfa)
        从类复制的说明: SemanticContext
        Generate an expression that will evaluate the semantic context, given a set of output templates.
        指定者:
        genExpr 在类中 SemanticContext
      • getGatedPredicateContext

        public SemanticContext getGatedPredicateContext()
        从类复制的说明: SemanticContext
        Given a semantic context expression tree, return a tree with all nongated predicates set to true and then reduced. So p&&(q||r) would return p&&r if q is nongated but p and r are gated.
        指定者:
        getGatedPredicateContext 在类中 SemanticContext
      • equals

        public boolean equals​(java.lang.Object object)
        覆盖:
        equals 在类中 java.lang.Object
      • hashCode

        public int hashCode()
        覆盖:
        hashCode 在类中 java.lang.Object
      • toString

        public java.lang.String toString()
        覆盖:
        toString 在类中 java.lang.Object