eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'RBLiteralToken':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: RBLiteralToken


Inheritance:

   Object
   |
   +--RBToken
      |
      +--RBValueToken
         |
         +--RBLiteralToken
            |
            +--RBLiteralByteArrayToken
            |
            +--RBLiteralNumberToken
            |
            +--RBPatternLiteralToken

Package:
stx:goodies/refactoryBrowser/parser
Category:
Refactory-Scanner
Version:
rev: 1.27 date: 2019/02/17 11:54:28
user: cg
file: RBLiteralToken.st directory: goodies/refactoryBrowser/parser
module: stx stc-classLibrary: parser
Author:
Claus Gittinger

Description:


documentation to be added.


[instance variables:]

[class variables:]


Related information:



Class protocol:

instance creation
o  value: anObject

o  value: aString start: startInteger stop: stopInteger

o  value: aString start: anInteger stop: stopInteger lineNumber: lineNumber


Instance protocol:

accessing
o  originalString
to remember the original string from scanning
(in case of a radix-number or a c-string)

o  originalString: aString
to remember the original string from scanning
(in case of a radix-number or a c-string)

o  radix

o  realValue

o  stop: stopInteger

initialization & release
o  start: startInteger stop: stopInteger
self assert:startInteger notNil.

o  value: aString start: startInteger stop: stopInteger
self assert:startInteger notNil.

o  value: aString start: startInteger stop: stopInteger lineNumber: lineNumberInteger
self assert:startInteger notNil.

printing
o  printOn: aStream

private
o  length

testing
o  isLiteral

o  isLiteralArray

o  isLiteralByteArray

o  isLiteralCString

o  isLiteralCharacter

o  isLiteralFloat

o  isLiteralInteger

o  isLiteralNil

o  isLiteralString

o  isLiteralSymbol

o  isPatternLiteral



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Fri, 29 Mar 2024 13:45:08 GMT