Class ApexRootNode<T extends apex.jorje.semantic.ast.compilation.Compilation>

    • Method Detail

      • getApexVersion

        @Deprecated
        public double getApexVersion()
        Deprecated.
        for removal. The version returned is always Version.CURRENT, as the apex compiler integration doesn't use additional information which Apex version actually is used. Therefore, this method can't be used to determine the Apex version of the project that is being analyzed.
        Gets the apex version this class has been compiled with. Use Version to compare, e.g. node.getApexVersion() >= Version.V176.getExternal()
        Returns:
        the apex version