コード例 #1
0
ファイル: lexer.java プロジェクト: wjy920421/JamInterpreter
 public <ResType> ResType accept(JamValVisitor<ResType> v) {
   return v.forIntConstant(this);
 }