예제 #1
0
파일: LAYOUT.java 프로젝트: stil4m/rascal
 public <T> T accept(IASTVisitor<T> v) {
   return v.visitLAYOUTLexical(this);
 }