December 2021
Intermediate to advanced
494 pages
10h 52m
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 includes the type checking of composite 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 ...
Read now
Unlock full access