public abstract class BaseDecorator<T> extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected CodeSegment |
codeSegment |
| 构造器和说明 |
|---|
BaseDecorator(CodeSegment codeSegment) |
protected CodeSegment codeSegment
public BaseDecorator(CodeSegment codeSegment)
public abstract T run()
Copyright © 2023 EFCloud. All rights reserved.