Interface IClassCmBuilder
-
- All Implemented Interfaces:
public interface IClassCmBuilder<M extends Object>
-
-
Method Summary
Modifier and Type Method Description abstract Unit
makeDeclaration(BuildContext<M> context)
abstract Unit
makeImplementation(BuildContext<M> context)
abstract Unit
makeDecoration(BuildContext<M> context)
abstract Integer
getPriority()
abstract Unit
setPriority(Integer priority)
-
-
Method Detail
-
makeDeclaration
abstract Unit makeDeclaration(BuildContext<M> context)
-
makeImplementation
abstract Unit makeImplementation(BuildContext<M> context)
-
makeDecoration
abstract Unit makeDecoration(BuildContext<M> context)
-
getPriority
abstract Integer getPriority()
-
setPriority
abstract Unit setPriority(Integer priority)
-
-
-
-