blog
Class BLOGParser.GenObjSpec

java.lang.Object
  extended by blog.BLOGParser.GenObjSpec
Enclosing class:
BLOGParser

public static class BLOGParser.GenObjSpec
extends java.lang.Object

Nested class that specifies a origin function and a variable for the generating object.


Field Summary
 java.lang.String genObjVar
           
 java.lang.String originFuncName
           
 
Constructor Summary
BLOGParser.GenObjSpec(java.lang.String originFuncName, java.lang.String genObjVar)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

originFuncName

public java.lang.String originFuncName

genObjVar

public java.lang.String genObjVar
Constructor Detail

BLOGParser.GenObjSpec

public BLOGParser.GenObjSpec(java.lang.String originFuncName,
                             java.lang.String genObjVar)