Uses of Class
com.svincent.smalljava.SmallField

Packages that use SmallField
com.svincent.smalljava Provides an API for generating Java source code and JVM bytecodes. 
 

Uses of SmallField in com.svincent.smalljava
 

Methods in com.svincent.smalljava that return SmallField
 SmallField SmallClass.addField(SmallField field)
          Add the given field to this class.
 SmallField SmallClass.field(java.lang.String signature, java.lang.String name)
          Creates a new protected instance field, and adds it to this class.
 

Methods in com.svincent.smalljava with parameters of type SmallField
 SmallField SmallClass.addField(SmallField field)
          Add the given field to this class.
 




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.