All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bpodgursky.jbool_expressions.parsers.IdentityMap Maven / Gradle / Ivy

There is a newer version: 8.1.2
Show newest version
package com.bpodgursky.jbool_expressions.parsers;

public class IdentityMap implements TokenMapper {
  @Override
  public String getVariable(String name) {
    return name;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy