コード例 #1
0
ファイル: BooleanLiteral.java プロジェクト: beno/apricot
 @Override
 public void accept(IVisitor visitor) {
   visitor.visitBooleanLiteral(this);
 }