Uses of Class
ca.ubc.cs.elide.nodes.TypeNode

Uses of TypeNode in ca.ubc.cs.elide.nodes
 

Methods in ca.ubc.cs.elide.nodes that return TypeNode
 TypeNode[] MethodNode.getExceptionTypes()
          Returns an array of TypeNode objects, representing the types of exception declared to be thrown from the method represented by this object.
 TypeNode[] ClassNode.getInterfaces()
          Determines the interfaces implemented by the class or interface represented by this object.