接口 ExpectedTypeAwareNode
-
- 所有已知实现类:
BooleanLiteralNode,JavaConstantNode,LiteralNode,ParameterNode,SearchedCaseNode,SimpleCaseNode
public interface ExpectedTypeAwareNodeInterface for nodes which wish to be made aware of any determined "expected type" based on the context within they appear in the query.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 TypegetExpectedType()voidsetExpectedType(Type expectedType)
-