com.alibaba.rocketmq.common.filter.impl
类 Op

java.lang.Object
  继承者 com.alibaba.rocketmq.common.filter.impl.Op
直接已知子类:
Operand, Operator

public abstract class Op
extends Object


构造方法摘要
protected Op(String symbol)
           
 
方法摘要
 String getSymbol()
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

Op

protected Op(String symbol)
方法详细信息

getSymbol

public String getSymbol()

toString

public String toString()
覆盖:
Object 中的 toString


Copyright © 2012-2015. All Rights Reserved.