org.jruby.lexer.yacc
Class StrTerm

java.lang.Object
  extended by org.jruby.lexer.yacc.StrTerm
Direct Known Subclasses:
HeredocTerm, StringTerm

public abstract class StrTerm
extends java.lang.Object


Constructor Summary
StrTerm()
           
 
Method Summary
abstract  int parseString(RubyYaccLexer lexer, LexerSource src)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StrTerm

public StrTerm()
Method Detail

parseString

public abstract int parseString(RubyYaccLexer lexer,
                                LexerSource src)
                         throws java.io.IOException
Throws:
java.io.IOException


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