Modifier and Type | Field and Description |
---|---|
pack-priv final Consumer | |
pack-priv final TerminalMethodBuilder |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public ConstantPoolBuilder | constantPool()
Implements java. Returns the constant pool builder associated with this builder. |
public Optional | original()
Implements java. Returns the |
public MethodBuilder | transformCode(CodeModel
the method body to be transformed code, CodeTransform the transform to apply to the method body transform)Implements java. Build the method body for this method by transforming the body of another method. |
public MethodBuilder | with(MethodElement
the element element)Implements java. Integrate the |
public MethodBuilder | withCode(Consumer<? super CodeBuilder>
a handler receiving a handler)CodeBuilder Implements java. Build the method body for this method. |
consumer | back to summary |
---|---|
pack-priv final Consumer<MethodElement> consumer |
terminal | back to summary |
---|---|
pack-priv final TerminalMethodBuilder terminal |
ChainedMethodBuilder | back to summary |
---|---|
public ChainedMethodBuilder(MethodBuilder downstream, Consumer<MethodElement> consumer) |
constantPool | back to summary |
---|---|
public ConstantPoolBuilder constantPool() Implements java. Doc from java. Returns the constant pool builder associated with this builder.
|
original | back to summary |
---|---|
public Optional Implements java. Doc from java. Returns the
|
transformCode | back to summary |
---|---|
public MethodBuilder transformCode(CodeModel code, CodeTransform transform) Implements java. Doc from java. Build the method body for this method by transforming the body of another method.
|
with | back to summary |
---|---|
public MethodBuilder with(MethodElement element) Implements java. Doc from java. Integrate the
|
withCode | back to summary |
---|---|
public MethodBuilder withCode(Consumer<? super CodeBuilder> handler) Implements java. Doc from java. Build the method body for this method.
|