8990919293949596979899100
return false; } if ( object instanceof SemanticFunctionsCompiler ) { SemanticFunctionsCompiler other = (SemanticFunctionsCompiler) object; return (this.getSemanticType().equals( other.getSemanticType() )); } else { return false;