@Beta public abstract class FunctionOperand extends Operand
Underlying grammar:
function : ID '(' operand (',' operand)* ')' # FunctionCall ;
FunctionOperand()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FunctionOperand()
Copyright © 2019. All rights reserved.