|
Replace Attribute private literalValue : String from class com.google.devtools.j2objc.ast.CStringLiteral with protected constantValue : Object from class com.google.devtools.j2objc.ast.Expression |
From |
To |
|
Replace Attribute private value : Number from class com.google.devtools.j2objc.ast.NumberLiteral with protected constantValue : Object from class com.google.devtools.j2objc.ast.Expression |
From |
To |
|
Replace Attribute private booleanValue : boolean from class com.google.devtools.j2objc.ast.BooleanLiteral with protected constantValue : Object from class com.google.devtools.j2objc.ast.Expression |
From |
To |
|
Replace Attribute private charValue : char from class com.google.devtools.j2objc.ast.CharacterLiteral with protected constantValue : Object from class com.google.devtools.j2objc.ast.Expression |
From |
To |