Package org.jruby.lexer.yacc
Class StringTerm
java.lang.Object
org.jruby.lexer.yacc.StrTerm
org.jruby.lexer.yacc.StringTerm
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getFlags()
int
parseString
(RubyLexer lexer) int
parseStringIntoBuffer
(RubyLexer lexer, ByteList buffer, org.jcodings.Encoding encoding, boolean[] encodingDetermined)
-
Constructor Details
-
StringTerm
public StringTerm(int flags, int begin, int end, int startLine)
-
-
Method Details
-
getFlags
public int getFlags() -
parseString
- Specified by:
parseString
in classStrTerm
- Throws:
IOException
-
parseStringIntoBuffer
public int parseStringIntoBuffer(RubyLexer lexer, ByteList buffer, org.jcodings.Encoding encoding, boolean[] encodingDetermined) throws IOException - Throws:
IOException
-