net.sourceforge.jpotpourri.codegen.modifier
Class GenMethodModifier

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

public final class GenMethodModifier
extends java.lang.Object

Author:
christoph_pickl@users.sourceforge.net

Field Summary
static GenMethodModifier ABSTRACT
           
static GenMethodModifier FINAL
           
static GenMethodModifier 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 GenMethodModifier STATIC

FINAL

public static final GenMethodModifier FINAL

ABSTRACT

public static final GenMethodModifier 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.