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
.
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.Block |
getStatements, newBreak, newContinue, newDoWhile, newEmpty, newFor, newIf, newLet, newLocalBlock, newLocalClass, newReturn, newStmt, newSwitch, newSynchronized, newThrow, newTry, newWhile |
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.