January 2024
Beginner to intermediate
556 pages
13h 22m
English
This is the second of two chapters regarding type checking. The previous chapter introduced type checking for built-in atomic types. In comparison, this chapter will cover more complex type-checking operations.
This chapter will show you how to perform type checks for the arrays, parameters, and return types of method calls in the Jzero subset of Java. Additionally, it covers the type checking of structured types such as classes.
In this chapter, we will cover the following main topics:
By the end of the chapter, you will be able to write more sophisticated tree traversals to check types that themselves ...
Read now
Unlock full access