Uses of Class
org.jrubyparser.util.CStringBuilder

Packages that use CStringBuilder
org.jrubyparser.lexer   
org.jrubyparser.util   
 

Uses of CStringBuilder in org.jrubyparser.lexer
 

Methods in org.jrubyparser.lexer that return CStringBuilder
 CStringBuilder Lexer.getTokenBuffer()
           
 

Methods in org.jrubyparser.lexer with parameters of type CStringBuilder
 int StringTerm.parseDExprIntoBuffer(Lexer lexer, LexerSource src, CStringBuilder buffer)
           
 int StringTerm.parseSimpleStringIntoBuffer(LexerSource src, CStringBuilder buffer)
           
 int StringTerm.parseStringIntoBuffer(Lexer lexer, LexerSource src, CStringBuilder buffer)
           
 int Lexer.readUTFEscape(CStringBuilder buffer, boolean stringLiteral, boolean symbolLiteral)
           
 void Lexer.readUTFEscapeRegexpLiteral(CStringBuilder buffer)
           
 int Lexer.tokenAddMBC(int codepoint, CStringBuilder buffer)
           
 void Lexer.tokenAddMBCFromSrc(int c, CStringBuilder buffer)
           
 

Uses of CStringBuilder in org.jrubyparser.util
 

Methods in org.jrubyparser.util that return CStringBuilder
 CStringBuilder CStringBuilder.append(boolean value)
           
 CStringBuilder CStringBuilder.append(byte[] values)
           
 CStringBuilder CStringBuilder.append(int value)
          This will assume the passed in int is in fact a char.
 CStringBuilder CStringBuilder.append(Object value)
           
 CStringBuilder CStringBuilder.append(String value)
           
 



Copyright © 2013. All Rights Reserved.