Libraries
»
antlr3
(1.11.0)
»
Index
»
ANTLR3
»
StringStream
»
#size
Method: ANTLR3::StringStream#size
Defined in:
lib/antlr3/streams.rb
#
size
⇒
Object
Also known as:
length
458 459 460
# File 'lib/antlr3/streams.rb', line 458
def
size
@data
.
length
end