edu.mit.ai.psg.jevaES
Class JNType

java.lang.Object
  |
  +--edu.mit.ai.psg.jevaES.SimpleNode
        |
        +--edu.mit.ai.psg.jevaES.JevaNode
              |
              +--edu.mit.ai.psg.jevaES.JNType

public class JNType
extends JevaNode

Jeva parse Node for type nodes, except void.
( PrimitiveType() | Name() ) [ ArrayDims() ]

See Also:
JNPrimitiveType, JNResultType

Fields inherited from class edu.mit.ai.psg.jevaES.SimpleNode
children, id, parent
 
Method Summary
 IJevaNode getBaseClassNode()
          returns a JNPrimitiveType node or a JNName of class
 Class toType(IEnv env)
           
 
Methods inherited from class edu.mit.ai.psg.jevaES.JevaNode
getBeginToken, getEndToken, notVerified, print, print, printToken, printToString, printToString, setBeginToken, setEndToken, shouldNotHappen, shouldNotHappen, shouldNotHappen
 
Methods inherited from class edu.mit.ai.psg.jevaES.SimpleNode
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getBaseClassNode

public IJevaNode getBaseClassNode()
returns a JNPrimitiveType node or a JNName of class

toType

public Class toType(IEnv env)
             throws VerifyingException

Copyright (c) 1996-1999
Massachusetts Institute of Technology

Feedback: jeva-feedback@ai.mit.edu