示例#1
0
文件: LAYOUT.java 项目: stil4m/rascal
 public <T> T accept(IASTVisitor<T> v) {
   return v.visitLAYOUTLexical(this);
 }