Home
last modified time | relevance | path

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

/external/annotation-tools/scene-lib/test/annotations/tests/executable/
DTestSceneLib.java506 static class MyTAST { class in TestSceneLib
508 MyTAST(int id) { in MyTAST() method in TestSceneLib.MyTAST
512 MyTAST element = null;
513 MyTAST[] typeArgs = null;
515 static MyTAST arrayOf(int id, MyTAST element) { in arrayOf()
516 MyTAST t = new MyTAST(id); in arrayOf()
521 static MyTAST parameterization(int id, MyTAST... args) { in parameterization()
522 MyTAST t = new MyTAST(id); in parameterization()
543 static class MyTASTMapper extends TypeASTMapper<MyTAST> {
547 protected MyTAST getElementType(MyTAST n) { in getElementType()
[all …]