OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:showTransformations
(Results
1 - 7
of
7
) sorted by null
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeRewriter.cs
41
protected bool
showTransformations
;
79
if (
showTransformations
&& r != null && !t.Equals(r.Tree) && r.Tree != null)
111
public virtual object Downup( object t, bool
showTransformations
)
113
this.
showTransformations
=
showTransformations
;
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeRewriter.java
39
protected boolean
showTransformations
= false;
64
if (
showTransformations
&&
88
public Object downup(Object t, boolean
showTransformations
) {
89
this.
showTransformations
=
showTransformations
;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeRewriter.h
50
BOOL
showTransformations
;
74
@property BOOL
showTransformations
;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreeRewriter.h
48
BOOL
showTransformations
;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreeRewriter.h
48
BOOL
showTransformations
;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreeRewriter.h
48
BOOL
showTransformations
;
/external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar
Completed in 169 milliseconds