Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying haXe 2 Beginner's Guide
  • Table Of Contents Toc
haXe 2 Beginner's Guide

haXe 2 Beginner's Guide

By : Benjamin Dasnois
3.5 (2)
close
close
haXe 2 Beginner's Guide

haXe 2 Beginner's Guide

3.5 (2)
By: Benjamin Dasnois

Overview of this book

This book is part of the Packt Beginner's Guide series. Written in an engaging style, it offers step-by-step examples with screenshots at key steps and clear explanation of what is happening in each task. This book is written for both Beginners and Developers who want to learn this multi-platform programming language to build web applications from scratch.
Table of Contents (21 chapters)
close
close
haxe 2
Credits
Foreword
About the Author
About the Reviewers
www.PacktPub.com
Preface
2
Index

The dot-notation


If you remember, one constraint was to be able to read values of metadata and properties using the dot-notation.

In fact, everything we've done until now has been done only for the sake of this exercise and for you to write some haXe code.

Although this is important, let's move on to implementing access via the dot-notation.

To do that, we will make our class implement Dynamic<String> and implement a resolve method.

Before doing that, there's just one question that arises: how are we going to handle the situation if a key exists in the metadata Hash and in the properties Hash? In our example, we will handle this situation quite easily by simply returning the value that is in the metadata.

So, here is our Component class modified:

class Component implements Dynamic<String>
{
   public var properties : Hash<String>;
   public var metadata : Hash<String>;
   
   public function new()
   {
      properties = new Hash<String>();
      metadata = new Hash...
CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
haXe 2 Beginner's Guide
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon