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

io.github.apexdevtools.apexls.api.ApexMethodParameter Maven / Gradle / Ivy

/*
 * Copyright (c) 2022 FinancialForce.com, inc. All rights reserved.
 */

package io.github.apexdevtools.apexls.api;

public interface ApexMethodParameter {
    String getModifier();
    String getName();
    ApexTypeId getArgumentTypeId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy