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

com.tambapps.marcel.semantic.exception.MarcelSyntaxTreeTransformationException.kt Maven / Gradle / Ivy

The newest version!
package com.tambapps.marcel.semantic.exception

import com.tambapps.marcel.lexer.LexToken
import com.tambapps.marcel.semantic.transform.SyntaxTreeTransformation

class MarcelSyntaxTreeTransformationException(instance: SyntaxTreeTransformation, token: LexToken, message: String) :
  MarcelSemanticException(
    token,
    "Error while performing syntax tree transformation ${instance.javaClass.simpleName}: $message"
  )




© 2015 - 2024 Weber Informatics LLC | Privacy Policy