mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-14 23:04:57 +00:00
Added comment.
This commit is contained in:
parent
f599eb2735
commit
4bbddfb5e2
@ -205,6 +205,7 @@ public class AsmFragmentInstanceSpec {
|
||||
* Add bindings of a value.
|
||||
*
|
||||
* @param value The value to bind.
|
||||
* @param type The type to bind the value as (used for casting). null if not casting, will use the actual type of the value.
|
||||
* @return The bound name of the value. If the value has already been bound the existing bound name is returned.
|
||||
*/
|
||||
public String bind(Value value, SymbolType type) {
|
||||
|
Loading…
Reference in New Issue
Block a user