Package net.sourceforge.nrl.parser.type

Abstract type assignment and type checking for the completed AST.

See: Description

Package net.sourceforge.nrl.parser.type Description

Abstract type assignment and type checking for the completed AST. The classes in this package work with the ast package to assign data types once the AST is loaded and has model information associated with it.

The TypeChecker class performs as a recursive visitor that assigns types from the bottom up. It makes use of an ITypeMapping to map model elements to primitive types where necessary.

Copyright © 2006-2013. All Rights Reserved.