org.mesopotamia.lang.java
Class Boolean

java.lang.Object
  extended by LanguageElement
      extended by org.mesopotamia.lang.java.JavaLanguageElement
          extended by org.mesopotamia.lang.java.BuiltInType
              extended by org.mesopotamia.lang.java.Boolean
All Implemented Interfaces:
Reference<Info>, Type

public class Boolean
extends BuiltInType


Field Summary
static TypeInfo BOOLEAN_INFO
           
 
Fields inherited from class org.mesopotamia.lang.java.JavaLanguageElement
fcn, fcnCalculated, JAVA_LANG_OBJECT, providerHandle
 
Constructor Summary
Boolean(NodeData xData, java.lang.Class<?> context, Scan scan, RepositoryLanguage language, java.lang.Object environment)
           
 
Method Summary
 TypeInfo getInfo()
           
 
Methods inherited from class org.mesopotamia.lang.java.BuiltInType
getBuiltInType
 
Methods inherited from class org.mesopotamia.lang.java.JavaLanguageElement
acceptChildren, getComments, getFcn, getProvider, setProviderHandle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BOOLEAN_INFO

public static final TypeInfo BOOLEAN_INFO
Constructor Detail

Boolean

public Boolean(NodeData xData,
               java.lang.Class<?> context,
               Scan scan,
               RepositoryLanguage language,
               java.lang.Object environment)
        throws MesopotamiaException
Throws:
MesopotamiaException
Method Detail

getInfo

public TypeInfo getInfo()


Copyright © 2005 Hammurapi Group. All Rights Reserved.