Класс: coder.MATLABCodeTemplate
Пакет: кодер
Получите текущие лексемы
currentTokens = getCurrentTokens()
возвращает список текущих лексем в объекте MATLABCodeTemplatecurrentTokens
= getCurrentTokens()
Создайте объект MATLABCodeTemplate с шаблоном по умолчанию, затем перечислите его лексемы.
newObj = coder.MATLABCodeTemplate; % Creates a MATLABCodeTemplate object from the default template newObj.getCurrentTokens() % Returns a list of tokens for the template