1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-10-15 09:23:47 +00:00

Added comment.

This commit is contained in:
jespergravgaard 2018-01-24 23:34:35 +01:00
parent f599eb2735
commit 4bbddfb5e2

View File

@ -205,6 +205,7 @@ public class AsmFragmentInstanceSpec {
* Add bindings of a value. * Add bindings of a value.
* *
* @param value The value to bind. * @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. * @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) { public String bind(Value value, SymbolType type) {