Home
last modified time | relevance | path

Searched defs:showTransformations (Results 1 – 3 of 3) sorted by relevance

/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeRewriter.cs41 protected bool showTransformations; field in Antlr.Runtime.Tree.TreeRewriter
111 public virtual object Downup( object t, bool showTransformations ) in Downup()
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeRewriter.java39 protected boolean showTransformations = false; field in TreeRewriter
88 public Object downup(Object t, boolean showTransformations) { in downup()
/external/antlr/runtime/ObjC/Framework/
DTreeRewriter.h50 BOOL showTransformations; variable