public class SharedMethod extends Expr
SharedMethod class.
| 构造器和说明 |
|---|
SharedMethod(SharedMethodKit sharedMethodKit,
String methodName,
ExprList exprList,
Location location)
Constructor for SharedMethod.
|
public SharedMethod(SharedMethodKit sharedMethodKit, String methodName, ExprList exprList, Location location)
Constructor for SharedMethod.
sharedMethodKit - a SharedMethodKit object.methodName - a String object.exprList - a ExprList object.location - a Location object.Copyright © 2023. All rights reserved.