Package wycs.core

Examples of wycs.core.Value


    // TODO: actually implement some or all coercions?
    branch.write(code.target(), result, code.assignedType());
  }

  protected void transform(Codes.Const code, VcBranch branch) {
    Value val = convert(code.constant, branch.entry());
    branch.write(code.target(), new Expr.Constant(val, branch.entry()
        .attributes()), code.assignedType());
  }
View Full Code Here

TOP

Related Classes of wycs.core.Value

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.