add token_set next token info
This commit is contained in:
parent
56930a839d
commit
ffbbb2430f
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,11 @@ public class TokenSet implements BaseToken {
|
|||
return token.equals("set") && tokens.length>=step+3;
|
||||
}
|
||||
|
||||
/**
|
||||
* token_name
|
||||
* key
|
||||
* value (x)
|
||||
* */
|
||||
@Override
|
||||
public int next_token(String[] tokens, int step) {
|
||||
return 2+BaseScript.get_string(tokens, step+2).size();
|
||||
|
|
Loading…
Reference in a new issue