org.jvnet.jaxb2_commons.plugin.simpleequals
Class EqualsCodeGenerationImplementor

java.lang.Object
  extended by org.jvnet.jaxb2_commons.plugin.codegenerator.AbstractCodeGenerationImplementor<EqualsArguments>
      extended by org.jvnet.jaxb2_commons.plugin.simpleequals.EqualsCodeGenerationImplementor
All Implemented Interfaces:
CodeGenerationImplementor<EqualsArguments>

public class EqualsCodeGenerationImplementor
extends AbstractCodeGenerationImplementor<EqualsArguments>


Constructor Summary
EqualsCodeGenerationImplementor(com.sun.codemodel.JCodeModel codeModel)
           
 
Method Summary
 void onArray(com.sun.codemodel.JBlock block, boolean isAlwaysSet, EqualsArguments arguments)
           
 void onBoolean(EqualsArguments arguments, com.sun.codemodel.JBlock block, boolean isAlwaysSet)
           
 void onByte(EqualsArguments arguments, com.sun.codemodel.JBlock block, boolean isAlwaysSet)
           
 void onChar(EqualsArguments arguments, com.sun.codemodel.JBlock block, boolean isAlwaysSet)
           
 void onDouble(EqualsArguments arguments, com.sun.codemodel.JBlock block, boolean isAlwaysSet)
           
 void onFloat(EqualsArguments arguments, com.sun.codemodel.JBlock block, boolean isAlwaysSet)
           
 void onInt(EqualsArguments arguments, com.sun.codemodel.JBlock block, boolean isAlwaysSet)
           
 void onLong(EqualsArguments arguments, com.sun.codemodel.JBlock block, boolean isAlwaysSet)
           
 void onObject(EqualsArguments arguments, com.sun.codemodel.JBlock block, boolean isAlwaysSet)
           
 void onShort(EqualsArguments arguments, com.sun.codemodel.JBlock block, boolean isAlwaysSet)
           
 
Methods inherited from class org.jvnet.jaxb2_commons.plugin.codegenerator.AbstractCodeGenerationImplementor
getCodeModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EqualsCodeGenerationImplementor

public EqualsCodeGenerationImplementor(com.sun.codemodel.JCodeModel codeModel)
Method Detail

onArray

public void onArray(com.sun.codemodel.JBlock block,
                    boolean isAlwaysSet,
                    EqualsArguments arguments)

onBoolean

public void onBoolean(EqualsArguments arguments,
                      com.sun.codemodel.JBlock block,
                      boolean isAlwaysSet)

onByte

public void onByte(EqualsArguments arguments,
                   com.sun.codemodel.JBlock block,
                   boolean isAlwaysSet)

onChar

public void onChar(EqualsArguments arguments,
                   com.sun.codemodel.JBlock block,
                   boolean isAlwaysSet)

onDouble

public void onDouble(EqualsArguments arguments,
                     com.sun.codemodel.JBlock block,
                     boolean isAlwaysSet)

onFloat

public void onFloat(EqualsArguments arguments,
                    com.sun.codemodel.JBlock block,
                    boolean isAlwaysSet)

onInt

public void onInt(EqualsArguments arguments,
                  com.sun.codemodel.JBlock block,
                  boolean isAlwaysSet)

onLong

public void onLong(EqualsArguments arguments,
                   com.sun.codemodel.JBlock block,
                   boolean isAlwaysSet)

onShort

public void onShort(EqualsArguments arguments,
                    com.sun.codemodel.JBlock block,
                    boolean isAlwaysSet)

onObject

public void onObject(EqualsArguments arguments,
                     com.sun.codemodel.JBlock block,
                     boolean isAlwaysSet)


Copyright © 2005-2014. All Rights Reserved.