org.inxar.jenesis
Interface ClassMethod

All Superinterfaces:
Access, Block, Codeable, Declaration, Member, Method

public interface ClassMethod
extends Method, Block

Declaration subinterface for a method which may occur in a class and is a Block.


Fields inherited from interface org.inxar.jenesis.Access
PACKAGE, PRIVATE, PROTECTED, PUBLIC
 
Method Summary
 boolean isNative()
          Setter method for the isNative flag.
 void isNative(boolean value)
          Setter method for the isNative flag.
 boolean isSynchronized()
          Getter method for the isSynchronized flag.
 void isSynchronized(boolean value)
          Setter method for the isSynchronized flag.
 
Methods inherited from interface org.inxar.jenesis.Method
addParameter, addThrows, getParameters, getThrows, getType, isAbstract, isAbstract, setType
 
Methods inherited from interface org.inxar.jenesis.Member
getName, isFinal, isFinal, isStatic, isStatic, setName
 
Methods inherited from interface org.inxar.jenesis.Access
getAccess, setAccess
 
Methods inherited from interface org.inxar.jenesis.Declaration
javadoc
 
Methods inherited from interface org.inxar.jenesis.Codeable
getComment, setComment, toCode, vm
 
Methods inherited from interface org.inxar.jenesis.Block
getStatements, newBreak, newContinue, newDoWhile, newEmpty, newFor, newIf, newLet, newLocalBlock, newLocalClass, newReturn, newStmt, newSwitch, newSynchronized, newThrow, newTry, newWhile
 

Method Detail

isNative

public void isNative(boolean value)
Setter method for the isNative flag.

isNative

public boolean isNative()
Setter method for the isNative flag.

isSynchronized

public void isSynchronized(boolean value)
Setter method for the isSynchronized flag.

isSynchronized

public boolean isSynchronized()
Getter method for the isSynchronized flag.