Object AsahiLexer.Companion
-
- All Implemented Interfaces:
public class AsahiLexer.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static AsahiLexer.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final static AsahiLexerof(String script)根据脚本生成词法器 final static AsahiLexerof(Collection<String> tokens)根据已分割好的Tokens 生成词法器 -
-
Method Detail
-
of
final static AsahiLexer of(String script)
根据脚本生成词法器
- Parameters:
script- String 脚本字符串- Returns:
AsahiLexer 词法器
-
of
final static AsahiLexer of(Collection<String> tokens)
根据已分割好的Tokens 生成词法器
- Parameters:
tokens- Collection<String> 已分割好的Tokens- Returns:
AsahiLexer 词法器
-
-
-
-