mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-02 11:26:42 +00:00
Added element comments to all classes of the expression parser.
Also fixed some id() implementations.
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user