net.sourceforge.jpotpourri.codegen.modifier
Class GenClassModifier

java.lang.Object
  extended by net.sourceforge.jpotpourri.codegen.modifier.GenClassModifier
All Implemented Interfaces:
IJavaCode

public final class GenClassModifier
extends java.lang.Object

Author:
christoph_pickl@users.sourceforge.net

Field Summary
static GenClassModifier ABSTRACT
           
static GenClassModifier FINAL
           
static GenClassModifier STATIC
           
 
Method Summary
 java.lang.String toCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

STATIC

public static final GenClassModifier STATIC

FINAL

public static final GenClassModifier FINAL

ABSTRACT

public static final GenClassModifier ABSTRACT
Method Detail

toCode

public final java.lang.String toCode()
Specified by:
toCode in interface IJavaCode

toString

public final java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2008. All Rights Reserved.