Uses of Class
org.jruby.ast.CommentNode

Packages that use CommentNode
org.jruby.ast   
org.jruby.ast.executable   
org.jruby.lexer.yacc   
org.jruby.parser   
 

Uses of CommentNode in org.jruby.ast
 

Fields in org.jruby.ast with type parameters of type CommentNode
static java.util.List<CommentNode> Node.EMPTY_COMMENT_LIST
           
 

Methods in org.jruby.ast that return types with arguments of type CommentNode
 java.util.Collection<CommentNode> Node.getComments()
           
 

Methods in org.jruby.ast with parameters of type CommentNode
 void Node.addComment(CommentNode comment)
           
 

Method parameters in org.jruby.ast with type arguments of type CommentNode
 void Node.addComments(java.util.Collection<CommentNode> moreComments)
           
 

Uses of CommentNode in org.jruby.ast.executable
 

Methods in org.jruby.ast.executable that return types with arguments of type CommentNode
 java.util.Collection<CommentNode> ISeqPosition.getComments()
           
 

Method parameters in org.jruby.ast.executable with type arguments of type CommentNode
 void ISeqPosition.setComments(java.util.Collection<CommentNode> comments)
           
 

Uses of CommentNode in org.jruby.lexer.yacc
 

Methods in org.jruby.lexer.yacc that return types with arguments of type CommentNode
 java.util.Collection<CommentNode> IDESourcePosition.getComments()
           
 java.util.Collection<CommentNode> ISourcePosition.getComments()
          Get comments associated with this position (really we get this from node, but this is a hack to save some space when using the interpreter).
 java.util.Collection<CommentNode> SimpleSourcePosition.getComments()
           
 

Method parameters in org.jruby.lexer.yacc with type arguments of type CommentNode
 void IDESourcePosition.setComments(java.util.Collection<CommentNode> comments)
           
 void ISourcePosition.setComments(java.util.Collection<CommentNode> comments)
           
 void SimpleSourcePosition.setComments(java.util.Collection<CommentNode> comments)
           
 

Uses of CommentNode in org.jruby.parser
 

Fields in org.jruby.parser with type parameters of type CommentNode
static java.util.List<CommentNode> RubyParserResult.EMPTY_COMMENT_LIST
           
 

Methods in org.jruby.parser that return types with arguments of type CommentNode
 java.util.List<CommentNode> RubyParserResult.getCommentNodes()
           
 

Methods in org.jruby.parser with parameters of type CommentNode
 void RubyParserResult.addComment(CommentNode node)
           
 



Copyright © 2002-2007 JRuby Team. All Rights Reserved.