DictTable.doesMethodExist Method

Checks whether a given method exists on the table.

Syntax

public boolean doesMethodExist(str name)

Run On

Called

Parameters

  • name
    Type: str

Return Value

Type: boolean
true if the given method exists on the table; otherwise, false.

Remarks

This API is the preferred way to check whether a method exists on the table without checking whether the method compiled successfully.

See Also

Reference

DictTable Class