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

estivate.core.ast.EstivateAST Maven / Gradle / Ivy

The newest version!
package estivate.core.ast;

import java.lang.reflect.Type;

import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.ToString;

@Data
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
public class EstivateAST extends ExpressionsAST {

    protected Type targetType;

    protected Class targetRawClass;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy