fr.umlv.tatoo.runtime.ast
Interface Token

All Superinterfaces:
Node

public interface Token
extends Node


Method Summary
 Object getValue()
          Return the value of the current token.
 
Methods inherited from interface fr.umlv.tatoo.runtime.ast.Node
getKind, getParent, isToken, nodeList
 

Method Detail

getValue

Object getValue()
Return the value of the current token.

Returns:
the value of the current token or null otherwise.