Added element comments to all classes of the expression parser.

Also fixed some id() implementations.
This commit is contained in:
TomyLobo
2011-10-29 17:24:11 +02:00
parent e70446e82e
commit 8797d8ac3c
25 changed files with 153 additions and 3 deletions

View File

@ -19,6 +19,11 @@
package com.sk89q.worldedit.expression;
/**
* A common superinterface for everything passed to parser processors.
*
* @author TomyLobo
*/
public interface Identifiable {
/**
* Returns a character that helps identify the token, pseudo-token or invokable in question.