package jetbrains.mps.lang.intentions.methods; /*Generated by MPS */ import org.jetbrains.mps.openapi.model.SNode; import jetbrains.mps.lang.intentions.util.TypeCalculator; public class UniversalIntention_Queries { public static SNode isApplicable_node_type(SNode point) { return TypeCalculator.calculateType(point); } public static SNode isApplicableInChild_node_type(SNode point) { return TypeCalculator.calculateType(point); } public static SNode description_node_type(SNode point) { return TypeCalculator.calculateType(point); } public static SNode description_parameter_type(SNode point) { return TypeCalculator.parameterType(point); } public static SNode execute_node_type(SNode point) { return TypeCalculator.calculateType(point); } public static SNode execute_parameter_type(SNode point) { return TypeCalculator.parameterType(point); } public static boolean description_null_opt(SNode method) { return TypeCalculator.isParametrized(method); } public static boolean execute_null_opt(SNode method) { return TypeCalculator.isParametrized(method); } }