mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
java: edit BasicConstants.java in org.msgpack.util.codegen
This commit is contained in:
parent
3ec55791c6
commit
1ae6a41336
1 changed files with 3 additions and 1 deletions
|
|
@ -37,6 +37,8 @@ public interface BasicConstants {
|
|||
String CHAR_NAME_PLUS = "+";
|
||||
|
||||
String CHAR_NAME_MINUS = "-";
|
||||
|
||||
String CHAR_NAME_UNDERSCORE = "_";
|
||||
|
||||
String CHAR_NAME_LESSTHAN = "<";
|
||||
|
||||
|
|
@ -60,7 +62,7 @@ public interface BasicConstants {
|
|||
|
||||
String VARIABLE_NAME_OBJECT = "_$$_obj";
|
||||
|
||||
String VARIABLE_NAME_TARGET = "_$$_target";
|
||||
String VARIABLE_NAME_TARGET = "_$$_tt";
|
||||
|
||||
String VARIABLE_NAME_SIZE = "_$$_len";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue