Uses of Package
com.svincent.smalljava

Packages that use com.svincent.smalljava
com.svincent.moksa An implementation of a Warren's Abstract Machine and associated builtin predicates, to conform to ISO Prolog. 
com.svincent.smalljava Provides an API for generating Java source code and JVM bytecodes. 
 

Classes in com.svincent.smalljava used by com.svincent.moksa
SmallClass
          Represents a class in SmallJava.
SmallMethod
          Represents a method declaration.
 

Classes in com.svincent.smalljava used by com.svincent.smalljava
Expr
          Expr represents an executable expression.
Expr.Begin
          Execute a series of expressions, one after another.
InvalidDescriptorException
          Thrown when parsing a type descriptor goes badly.
SmallClass
          Represents a class in SmallJava.
SmallConstructor
          Represents a constructor declaration.
SmallField
          Represents a field on a class.
SmallJavaBuildingException
          Thrown if errors occur while building SmallJava data structures.
SmallJavaValidationException
          Thrown if errors occur while finalizing a SmallJava data structure.
SmallMember
          Represents a member of a class.
SmallMethod
          Represents a method declaration.
SmallMethod.Local
          Represents a local variable.
SmallType
          The SmallJava API uses two internal representations for types.
SmallType.ArrayType
          A type which represents an array type.
SmallType.MethodType
          Represents a type for a method.
 




This is documentation for Moksa Prolog, which can be found at http://www.svincent.com/moksa/

Copyright © 1999 Shawn P. Vincent.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.