org.objectweb.jorm.generator.lib
Class FPNCGenerator.MatchInfo

java.lang.Object
  extended byorg.objectweb.jorm.generator.lib.FPNCGenerator.MatchInfo
Enclosing class:
FPNCGenerator

public class FPNCGenerator.MatchInfo
extends java.lang.Object


Field Summary
 java.util.Map field2declarations
           
 java.lang.StringBuffer filter
           
 int nbField
           
 java.lang.String singleFieldName
           
 PType singleFieldPType
           
 
Constructor Summary
FPNCGenerator.MatchInfo()
           
 
Method Summary
 java.util.Map getField2declarations()
           
 java.lang.String getFilter()
           
 int getNbField()
           
 java.lang.String getSingleFieldName()
           
 PType getSingleFieldPType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

field2declarations

public java.util.Map field2declarations

filter

public java.lang.StringBuffer filter

nbField

public int nbField

singleFieldPType

public PType singleFieldPType

singleFieldName

public java.lang.String singleFieldName
Constructor Detail

FPNCGenerator.MatchInfo

public FPNCGenerator.MatchInfo()
Method Detail

getField2declarations

public java.util.Map getField2declarations()

getFilter

public java.lang.String getFilter()

getNbField

public int getNbField()

getSingleFieldPType

public PType getSingleFieldPType()

getSingleFieldName

public java.lang.String getSingleFieldName()