| |
|
| java.lang.Object org.griphyn.vdl.parser.VDLtIdentifier
VDLtIdentifier | class VDLtIdentifier implements VDLtToken(Code) | | Class to pass the name of a regular identifier from scanner to parser.
This class is module-local on purpose.
author: Jens-S. Vöckler version: $Revision: 50 $ |
Method Summary | |
public String | getValue() Obtains the current name of the identifier passed. |
VDLtIdentifier | public VDLtIdentifier(String value)(Code) | | Contructs a new identifiert to pass.
Parameters: value - is the name of the identifier |
getValue | public String getValue()(Code) | | Obtains the current name of the identifier passed.
the name of the identifer |
|
|
|