クラス
jp.hishidama.eval.lex.comment.CommentLex の使用

CommentLex を使用しているパッケージ
jp.hishidama.eval.lex 四則演算の字句解析パッケージ. 
jp.hishidama.eval.lex.comment 四則演算のコメント字句解析パッケージ. 
 

jp.hishidama.eval.lex での CommentLex の使用
 

CommentLex 型の引数を持つ型を返す jp.hishidama.eval.lex のメソッド
 List<CommentLex> Lex.getCommentLexList()
          コメント文字列一覧取得.
 

CommentLex 型の型引数を持つ jp.hishidama.eval.lex のメソッドパラメータ
 void Lex.setCommentLexList(List<CommentLex> list)
          コメント文字列一覧設定.
 void LexFactory.setDefaultCommentLexList(List<CommentLex> list)
          デフォルトコメント文字列設定.
 

jp.hishidama.eval.lex.comment での CommentLex の使用
 

jp.hishidama.eval.lex.comment での CommentLex のサブクラス
 class BlockComment
          ブロックコメント解釈クラス.
 class LineComment
          行コメント解釈クラス.