Class HeredocTerm

java.lang.Object
org.jruby.lexer.yacc.StrTerm
org.jruby.lexer.yacc.HeredocTerm

public class HeredocTerm extends StrTerm
A lexing unit for scanning a heredoc element. Example:
 foo(<<EOS, bar)
 This is heredoc country!
 EOF
 
 Where:
 EOS = marker
 ',bar)\n' = lastLine