Home
last modified time | relevance | path

Searched refs:visitTypeCast (Results 1 – 3 of 3) sorted by relevance

/external/turbine/java/com/google/turbine/tree/
DTree.java348 return visitor.visitTypeCast(this, input); in accept()
1278 O visitTypeCast(TypeCast typeCast, I input); in visitTypeCast() method
DPretty.java157 public Void visitTypeCast(Tree.TypeCast typeCast, Void input) { in visitTypeCast() method in Pretty
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/
DJavaInputAstVisitor.java655 public Void visitTypeCast(TypeCastTree node, Void unused) { in visitTypeCast() method in JavaInputAstVisitor