koala.dynamicjava.tree
Interface IdentifierToken

All Superinterfaces:
SourceInfo.Wrapper
All Known Implementing Classes:
Identifier, TreeToken

public interface IdentifierToken
extends SourceInfo.Wrapper

This interface represents an identifier token, ie a token from the tree point of view

Version:
1.0 - 1999/06/11
Author:
Stephane Hillion

Method Summary
 SourceInfo getSourceInfo()
           
 java.lang.String image()
          Returns the representation of the identifier
 

Method Detail

image

java.lang.String image()
Returns the representation of the identifier


getSourceInfo

SourceInfo getSourceInfo()
Specified by:
getSourceInfo in interface SourceInfo.Wrapper