|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.antlr.analysis.SemanticContext
org.antlr.analysis.SemanticContext.Predicate
org.antlr.analysis.SemanticContext.TruePredicate
public static class SemanticContext.TruePredicate
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.antlr.analysis.SemanticContext |
---|
SemanticContext.AND, SemanticContext.NOT, SemanticContext.OR, SemanticContext.Predicate, SemanticContext.TruePredicate |
Field Summary |
---|
Fields inherited from class org.antlr.analysis.SemanticContext.Predicate |
---|
constantValue, FALSE_PRED, gated, INVALID_PRED_VALUE, predicateAST, synpred, TRUE_PRED |
Fields inherited from class org.antlr.analysis.SemanticContext |
---|
EMPTY_SEMANTIC_CONTEXT |
Constructor Summary | |
---|---|
SemanticContext.TruePredicate()
|
Method Summary | |
---|---|
org.antlr.stringtemplate.StringTemplate |
genExpr(CodeGenerator generator,
org.antlr.stringtemplate.StringTemplateGroup templates,
DFA dfa)
Generate an expression that will evaluate the semantic context, given a set of output templates. |
java.lang.String |
toString()
|
Methods inherited from class org.antlr.analysis.SemanticContext.Predicate |
---|
equals, getGatedPredicateContext, hashCode, isSyntacticPredicate, trackUseOfSyntacticPredicates |
Methods inherited from class org.antlr.analysis.SemanticContext |
---|
and, not, or |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SemanticContext.TruePredicate()
Method Detail |
---|
public org.antlr.stringtemplate.StringTemplate genExpr(CodeGenerator generator, org.antlr.stringtemplate.StringTemplateGroup templates, DFA dfa)
SemanticContext
genExpr
in class SemanticContext.Predicate
public java.lang.String toString()
toString
in class SemanticContext.Predicate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |