Class MacroInvocationBodyContext

    • Method Detail

      • definesVariable

        public boolean definesVariable​(String name)
        Specified by:
        definesVariable in interface Scope
        Overrides:
        definesVariable in class BlockScope
        Returns:
        whether the variable is defined in this specific scope. (It could be defined in a fallback scope and this method will return false.)