public class TypeNode extends Object implements Expression<Class<?>>
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
eval(Function context)
评估
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitevalpublic TypeNode(String className)
public Class<?> eval(Function context)
Expressioneval in interface Expression<Class<?>>Copyright © 2025. All rights reserved.