com.esri.arcgis.geoprocessing.gen
Class GenMethod

java.lang.Object
  extended by com.esri.arcgis.geoprocessing.gen.GenMethod

public class GenMethod
extends Object


Nested Class Summary
static class GenMethod.Type
           
 
Field Summary
 ArrayList comments
           
 GenModifier modifier
           
 String name
           
 LinkedHashMap params
           
 String returnType
           
 ArrayList statements
           
 GenMethod.Type type
           
 
Constructor Summary
GenMethod()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public GenMethod.Type type

modifier

public GenModifier modifier

returnType

public String returnType

name

public String name

params

public LinkedHashMap params

statements

public ArrayList statements

comments

public ArrayList comments
Constructor Detail

GenMethod

public GenMethod()