META-INF.org.jaitools.jiffle.Jiffle.properties Maven / Gradle / Ivy
# Copyright 2011 Michael Bedward
#
# This file is part of jai-tools.
#
# jai-tools is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# jai-tools is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with jai-tools. If not, see .
#
#
# Default property values for the Jiffle compiler
#
# DO NOT EDIT THIS FILE unless you are modifying the Jiffle compiler itself.
root.name = jiffle
runtime.package = org.jaitools.jiffle.runtime
# properties controlling direct evaluation object creation
direct.class = JiffleDirectRuntimeImpl
direct.base.class = AbstractDirectRuntime
# properties controlling indirect evaluation object creation
indirect.class = JiffleIndirectRuntimeImpl
indirect.base.class = AbstractIndirectRuntime
# properties controlling object creation with a user-supplied base class
# For runtime.imports, separate multiple values with semicolons
runtime.imports =
# ANTLR StringTemplate group files used for runtime source creation
common.source.templates = Runtime.stg
direct.source.templates = DirectRuntime.stg
indirect.source.templates = IndirectRuntime.stg
© 2015 - 2025 Weber Informatics LLC | Privacy Policy