コード例 #1
0
ファイル: LAYOUT.java プロジェクト: stil4m/rascal
 public <T> T accept(IASTVisitor<T> v) {
   return v.visitLAYOUTLexical(this);
 }